eth_getBlockReceipts
Get all transaction receipts for a given block on Ethereum.
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://ethereum.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"method":"eth_getBlockReceipts","params":["latest"],"id":1,"jsonrpc":"2.0"}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": {}
}