post https://api.zan.top/node/v1/opt/mainnet/
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/opt/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [
"0xad16f200f9bcd4fd02707cb6a06b9e068bbff67c644032f0c1ecbe31cc8435dc"
],
"method": "eth_getTransactionReceipt"
}
'
Try It!
to start a request and see the response here! Or choose an example: