Skip to main content

eth_getBlockTransactionCountByHash RPC Method

Loading...

Updated on
Dec 04, 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
Loading...

Returns

result
string
Loading...
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