Eth getBlockReceipts
post
Returns all transaction receipts for a given block
Parameters
blockNumber string
Returns
result
- An array of objects
Body
jsonrpcstringRequired
methodstringRequired
paramsstring[]Required
idinteger · int32Required
Responses
200
Successful Operation
500
Internal Server Error
post
POST //eth_getBlockReceipts HTTP/1.1
Host: tomo.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 136
{
"jsonrpc": "2.0",
"method": "eth_getBlockReceipts",
"params": [
"0xe31ec21364598d874a986d8201a9405bff25dc78c8495c938c67e51b0d47bee9"
],
"id": 1
}
No content