Eth_getBlockReceipts
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
JSON-RPC version
2.0methodstringRequiredExample:
JSON-RPC method name
eth_getBlockReceiptsparamsstring[] · min: 1 · max: 1RequiredExample:
One parameter:
- Block identifier, which can be either:
- block number as hex string (e.g. "0x10d4f")
- or block hash as hex string (0x-prefixed)
0x10d4fidintegerRequiredExample:
Request identifier
1Responses
200
Array of transaction receipts in the block
application/json
jsonrpcstringOptionalExample:
JSON-RPC version
2.0idintegerOptionalExample:
Request ID, same as in the request
1post
/200
Array of transaction receipts in the block
Last updated