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