Skip to main content

eth_getBlockTransactionCountByNumber RPC Method

Loading...

Updated on
Jan 19, 2026

eth_getBlockTransactionCountByNumber RPC Method

Parameters

blockNumber
string
REQUIRED
Loading...

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.blast-sepolia.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_getBlockTransactionCountByNumber",
6
"params": [
7
"0xcec"
8
],
9
"id": 1
10
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x1"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free