post https://api.zan.top/node/v1/tron/mainnet//jsonrpc
Returns the number of transactions in a block from a block matching the given block hash.
Log in to see full request history
Response
Returns the number of transactions in a block from a block matching the given block 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_getBlockTransactionCountByHash",
"params": [
"0x00000000020ef11c87517739090601aa0a7be1de6faebf35ddb14e7ab7d1cc5b"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: