{ "id": 1, "jsonrpc": "2.0", "method": "eth_getBlockTransactionCountByNumber", "params": [ "latest" ] }
{ "id": 1, "jsonrpc": "2.0", "result": "0xa" }
Get the number of transactions in a block by block number
Was this page helpful?