eth_getBlockTransactionCountByNumber
Returns the number of transactions in the block with the given block number.
REQUEST
HEADERS
REQUEST PARAMS
BLOCK PARAMETER
[required] - hexadecimal block number, or the string "latest", "earliest" or "pending".
EXAMPLE
RESPONSE
RESULT FIELDS
BLOCK TRANSACTION COUNT
- a hex code of the integer representing the number of transactions in the provided block
BODY
Last updated