Skip to main content

eth_getBlockTransactionCountByHash RPC Method

Returns the number of transactions for the block matching the given block hash.

Updated on
Dec 4, 2024

eth_getBlockTransactionCountByHash RPC Method

To use the eth_getBlockTransactionCountByHash method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

hash
string
REQUIRED
The hash of the block

Returns

result
string
The number of transactions associated with a specific block, in hexadecimal value
Request
1
curl https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_getBlockTransactionCountByHash","params":["0x6d2a190a9de70d4e4c65c8b565a921d190a88a4c78ab734a91b7f75cb2acf78f"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free