eth_getBlockReceipts
POST
/{apiKey}
Returns the receipts of a block by number or hash.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Block number or tag or hashstring or enumrequiredThe block number, tag, or hash to retrieve receipts from.
Identifies a block by explicit number, a predefined tag (e.g., latest/safe/finalized), or a 32-byte block hash.
Responses
200
An array of transaction receipt objects.
Was this page helpful?