post https://api.zan.top/node/v1/tron/mainnet//jsonrpc
Returns the transaction info: receipt, transaction fee, block height ... by transaction hash.
Log in to see full request history
Response
Returns the transaction info: receipt, transaction fee, block height ... by transaction hash.
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/node/v1/tron/mainnet/public/jsonrpc \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionReceipt",
"params": [
"c9af231ad59bcd7e8dcf827afd45020a02112704dce74ec5f72cb090aa07eef0"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: