post https://api.zan.top/node/v1/arb/one/
Returns the receipt of a transaction by transaction hash. Note that the receipt is not available for pending transactions.
Log in to see full request history
Response
Returns the receipt of a transaction by transaction hash. Note that the receipt is not available for pending transactions.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/arb/one/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0xbb3a336e3f823ec18197f1e13ee875700f08f03e2cab75f0d0b118dabb44cba0"
],
"method": "eth_getTransactionReceipt"
}
'
Try It!
to start a request and see the response here! Or choose an example: