Skip to main content

eth_getBlockReceipts

Ethereum API

Returns the receipts of a block by number or hash.

Params

(1)

1. Block (required)

(any of)
string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$

Result

(Receipts information)
(one of)
null

Params

Block


Request

await window.ethereum.request({
"method": "eth_getBlockReceipts",
"params": [
null
]
});