eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash. Note That the receipt is not available for pending transactions.
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://flow-evm.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x6cac0a632b7a93dc8e74a094a5c42cce62ebd14af7aac009d91cb9de0c1b342d"],"id":1}'
// Result
{
}