{
  "v": 1,
  "requestId": "9efbc340-e46c-41ee-b252-955e2f4f8d8c",
  "chainId": 4663,
  "window": {
    "toBlock": 68222609,
    "fromBlock": 68186760,
    "toBlockHash": "0x92e11ceb91a7e513f2e40576f37b7e63700bb95fa2fe707b2f27bc5c161f8dcc"
  },
  "answerType": "uint256",
  "answer": "594364682427002723925",
  "figure": "594364682427002723925",
  "definitions": {
    "pool": "PoolId 0xbac3aa3b91584a53a579b3c999a56756e954e59247e497bad1d25a4334bde551 on the Robinhood Chain PoolManager 0x8366a39cc670b4001a1121b8f6a443a643e40951, native ETH as currency0",
    "volume": "the sum over every Swap log of that pool in the window of the absolute amount0, which is the native ETH side, in wei",
    "denomination": "Native ETH (currency0, 0x0000000000000000000000000000000000000000), in wei; no decimal scaling or price conversion.",
    "window": "Inclusive block interval [68186760, 68222609], exactly as pinned; no additional timestamp filtering.",
    "aggregation": "Decode amount0 as signed int128 and sum its absolute value once per Swap log for the specified pool, counting both swap directions. Multiple swaps within a transaction are counted separately. No netting, division by two, or additional fee adjustment; liquidity changes, donations, transfers and gas are excluded."
  },
  "recipe": {
    "kind": "log-sum",
    "address": "0x8366a39cc670b4001a1121b8f6a443a643e40951",
    "event": "event Swap(bytes32 indexed id, address indexed sender, int128 amount0, int128 amount1, uint160 sqrtPriceX96, uint128 liquidity, int24 tick, uint24 fee)",
    "sumArg": "amount0",
    "abs": true,
    "filter": {
      "id": "0xbac3aa3b91584a53a579b3c999a56756e954e59247e497bad1d25a4334bde551"
    }
  },
  "notes": "Computed independently from https://rpc.ordofi.network and https://robinhood.api.pocket.network. Both returned eth_chainId 0x1237 and the pinned closing block hash. Queried eth_getLogs with the PoolManager address, topic0 0x40e9cecb9f5f1f1c5b9c97dec2917b7ee92e57ba5563708daca94dd84ad7112f and topic1 equal to the pool id, in consecutive nonoverlapping chunks of 5000 blocks (last chunk 68221760 through 68222609). Both scans returned identical sets of 611 logs; chunk counts were 94, 115, 75, 80, 60, 82, 103, 2. Checked block bounds, address, topics, absence of removed or duplicate logs, six ABI data words and signed int128 encoding. amount0 is the first nonindexed 32-byte data word. Sum of positive amount0 = 371201464107213722164 wei; sum of absolute negative amount0 = 223163218319789001761 wei. Their sum is the answer. Independently checked decoding using the low 128 bits and two's complement. ABI source: https://raw.githubusercontent.com/Uniswap/v4-core/main/src/interfaces/IPoolManager.sol. Other endpoints attempted: https://rpc-robinhood.blockmachine.io, https://robinhood-rpc.publicnode.com and https://rpc.mainnet.chain.robinhood.com returned HTTP 403 to chain probes; https://robinhood.rpc.blxrbdn.com matched chain and closing hash and supplied web3_sha3 for the event signature, but returned HTTP 403 for log queries and contributed no logs. OrdoFi did not expose web3_sha3 without a key. No dependencies were installed."
}
