post https://api.zan.top/node/v1/opt/mainnet/
Returns information about a transaction for a given hash.
Log in to see full request history
Response
Returns information about a transaction for a given hash.
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_getTransactionByHash"
}
'
Try It!
to start a request and see the response here! Or choose an example: