Eth
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
JSON-RPC request
jsonrpcstring
methodstring
paramsarray<string>
[transactionHash]
Items
1 <= items <= 1idinteger
Response Body
application/json
application/json
curl -X POST "https://api.avax.network/ext/bc/C/rpc#eth_getTransactionReceipt" \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": [ "0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238" ], "id": 1 }'{
"jsonrpc": "2.0",
"result": null,
"error": {
"code": 0,
"message": "string",
"data": null
},
"id": 1
}{
"jsonrpc": "2.0",
"error": {
"code": 0,
"message": "string",
"data": null
},
"id": 1
}Is this guide helpful?