Eth_getBlockReceipts

Get All Transaction Receipts for a Block

post

Returns an array of transaction receipts for every transaction in the block specified by block number or block hash.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequired

JSON-RPC version

Example: 2.0
methodstringRequired

JSON-RPC method name

Example: eth_getBlockReceipts
paramsstring[] · min: 1 · max: 1Required

One parameter:

  • Block identifier, which can be either:
    • block number as hex string (e.g. "0x10d4f")
    • or block hash as hex string (0x-prefixed)
Example: 0x10d4f
idintegerRequired

Request identifier

Example: 1
Responses
chevron-right
200

Array of transaction receipts in the block

application/json
jsonrpcstringOptional

JSON-RPC version

Example: 2.0
idintegerOptional

Request ID, same as in the request

Example: 1
post
/
200

Array of transaction receipts in the block

Last updated