eth_getBlockTransactionCountByNumber
Returns the number of transactions in a given block number.
Parameters
Quantity
or tag
- choose 1 of the following options:
A hexadecimal block number.
"earliest"
- the earliest/genesis block."latest"
- the latest mined block."finalized"
- the latest finalized block."pending"
- the pending state/transactions.
Sample Request
Sample Response
Last updated