eth_getBlockReceipts

Returns all transaction receipts of a given block.

Parameters

Quantity or tag - choose 1 of the following options:

  • A hexadecimal block number.

  • "earliest" - the earliest/genesis block.

  • "latest" - the latest mined block.

  • "safe" - the latest safe head block.

  • "finalized" - the latest finalized block.

  • "pending" - the pending state/transactions.

Sample Request

curl https://lb.nodies.app/v1/<INSERT URL> \
   -H "x-api-key: <API-KEY>" \
   -X POST \
   -H "Content-Type: application/json" \
   -d '{ 
  "jsonrpc": "2.0",
  "method": "eth_getBlockReceipts",
  "params": [
    "0x9265cd"
  ],
  "id": 1
}'

Sample Response

{
   "jsonrpc": "2.0",
   "id": 1,
   "result": [
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x9304",
         "effectiveGasPrice": "0x14f46b0400",
         "from": "0x7f6fd88068b58c95b0a2181a8e93f26568a86c03",
         "gasUsed": "0x9304",
         "logs": [
            {
               "address": "0x2754b28227f041a66c46509d5620782bfc4766ef",
               "topics": [
                  "0xa64da754fccf55aa65a1f0128a648633fade3884b236e879ee9f64c78df5d5d7",
                  "0x000000000000000000000000efdaf1cd0d539896c06644ebe5d7f81c650bacc2",
                  "0x000000000000000000000000f32682d5f99ba4143532618d6f516859a055ea06",
                  "0x0000000000000000000000000000000000000000000000000000000000000000"
               ],
               "data": "0x00000000000000000000000000000000000000000000000000729b123e2f0400",
               "blockNumber": "0x9265cd",
               "transactionHash": "0x8fef048a4b01804ba49d2a58e3d436c1c2a2abc1977a36b723a5c096e3b6f84e",
               "transactionIndex": "0x0",
               "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
               "logIndex": "0x0",
               "removed": false
            }
         ],
         "logsBloom": "0x00000000000000000000000000000000000000000000000001800000000000000000000004000000000000000000000000000000000000800000000000000000000000000800000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000020300000000000000000800000000000000000000000000000000000000000000020",
         "status": "0x1",
         "to": "0xefdaf1cd0d539896c06644ebe5d7f81c650bacc2",
         "transactionHash": "0x8fef048a4b01804ba49d2a58e3d436c1c2a2abc1977a36b723a5c096e3b6f84e",
         "transactionIndex": "0x0",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x12576",
         "effectiveGasPrice": "0x55ae82600",
         "from": "0xc12ad9ea067619637fbc74a3ac319dbc312f72af",
         "gasUsed": "0x9272",
         "logs": [
            {
               "address": "0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",
               "topics": [
                  "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                  "0x000000000000000000000000c12ad9ea067619637fbc74a3ac319dbc312f72af",
                  "0x0000000000000000000000007481f00e17e0784477c6f6de5c31fe3cd4a84e47"
               ],
               "data": "0x00000000000000000000000000000000000000000000000000000000005c0f6e",
               "blockNumber": "0x9265cd",
               "transactionHash": "0xfb03571f4c000312792535c9d10e09647768112447709a041913e92dbff334bb",
               "transactionIndex": "0x1",
               "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
               "logIndex": "0x1",
               "removed": false
            }
         ],
         "logsBloom": "0x00000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000000008000000000020000000000000000000000000400000000000000004000000000000000000000000002000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000",
         "status": "0x1",
         "to": "0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",
         "transactionHash": "0xfb03571f4c000312792535c9d10e09647768112447709a041913e92dbff334bb",
         "transactionIndex": "0x1",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x23ed8",
         "effectiveGasPrice": "0x4a817c800",
         "from": "0xcea488bfd550f775427c32ccb4fc080ef996b7f3",
         "gasUsed": "0x11962",
         "logs": [
            {
               "address": "0xa22c1b5320108c19db53f58241fd64b105562296",
               "topics": [
                  "0xce7dc747411ac40191c5335943fcc79d8c2d8c01ca5ae83d9fed160409fa6120",
                  "0x000000000000000000000000cb6b973b93d4d4be2753e7dffc11e26a220f4122",
                  "0x000000000000000000000000cea488bfd550f775427c32ccb4fc080ef996b7f3"
               ],
               "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000005e5d84fb",
               "blockNumber": "0x9265cd",
               "transactionHash": "0x041265c8d4610cbac6f4e46084ae70de2c049fe7fc895ef635ba34e50b73bf8a",
               "transactionIndex": "0x2",
               "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
               "logIndex": "0x2",
               "removed": false
            },
            {
               "address": "0xa22c1b5320108c19db53f58241fd64b105562296",
               "topics": [
                  "0x9ea70f0eb33d898c3336ecf2c0e3cf1c0195c13ad3fbcb34447777dbfd5ff2d0",
                  "0x000000000000000000000000cea488bfd550f775427c32ccb4fc080ef996b7f3"
               ],
               "data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000005e5d84fb",
               "blockNumber": "0x9265cd",
               "transactionHash": "0x041265c8d4610cbac6f4e46084ae70de2c049fe7fc895ef635ba34e50b73bf8a",
               "transactionIndex": "0x2",
               "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
               "logIndex": "0x3",
               "removed": false
            }
         ],
         "logsBloom": "0x00000000000000080000000000200000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000100000000000000000000000000000000000000000000000000000002000100000000000000000000000000000000000000000000008008000000000000000000000000000020000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000040000000000000000000100000000000000000000000000000000800000000000000000000800000000000000000",
         "status": "0x1",
         "to": "0xa22c1b5320108c19db53f58241fd64b105562296",
         "transactionHash": "0x041265c8d4610cbac6f4e46084ae70de2c049fe7fc895ef635ba34e50b73bf8a",
         "transactionIndex": "0x2",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x290e0",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x5208",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0xad68a8b557d0a1955154630a25ed5843b281a8eb",
         "transactionHash": "0x9fc1e3805c1e2005c9f105440a6d1ddbe8f6c4602550a3c6741195645df16e75",
         "transactionIndex": "0x3",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x2e31b",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x523b",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0x35ddefc1495e9e6b1ee783100925569ecc897977",
         "transactionHash": "0xcc50d3e986dbc3cbee646c4a5ee0648aaaf63beb11fb1c21c18da1757575bbfa",
         "transactionIndex": "0x4",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x33523",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x5208",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0x2044daed98f09499d5c972d50d6d43cdd35dab41",
         "transactionHash": "0x0aa6aa99e1ad4ea06ae89141b8e673c561b61cda903606ecab05cb30d935dd93",
         "transactionIndex": "0x5",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x3872b",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x5208",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0x69443912549e8d39427a75324c11d68ef7cf3f754",
         "transactionHash": "0xe04d2eb0de8a045f00ea949ca4edfdb39ee9921e781c31fbbfb81f53f9c07ce8",
         "transactionIndex": "0x6",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x3d51a",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x5208",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0x3c4aabb8c3d4f301d963ceb41bb6c84c66f48f346",
         "transactionHash": "0x3879e7cecb001fca7e130a98fcf31c24e10863cececd4a2568997897677514dd",
         "transactionIndex": "0x7",
         "type": "0x0"
      },
      {
         "blockHash": "0x729eea5dd371632d98ceffaadefedc33d245374786c5d181c7b3eec63ee7b36c",
         "blockNumber": "0x9265cd",
         "contractAddress": null,
         "cumulativeGasUsed": "0x45d8a",
         "effectiveGasPrice": "0x37e11d600",
         "from": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
         "gasUsed": "0x5208",
         "logs": [],
         "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
         "status": "0x1",
         "to": "0x6956703d803bb975f1e41ff4bdec18dc22c26c84e",
         "transactionHash": "0x7c7ddc30ff9fc42404b17a0d0e0df40550f42b075c4331c4f84bf1a95e02f70e",
         "transactionIndex": "0x8",
         "type": "0x0"
      }
   ]
}

Last updated