post https://eth-mainnet.nodereal.io/v1/
Returns the number of transactions in a block matching the given block hash.
Log in to see full request history
Response
Returns the number of transactions in a block matching the given block hash.
xxxxxxxxxx
11curl --request POST \
--url https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7 \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getBlockTransactionCountByHash"
}
'
Try It!
to start a request and see the response here! Or choose an example: