getBlockTransactionCountByHash
Returns the number of transactions in the block with the given block hash.
REQUEST
HEADER
REQUEST PARAMS
BLOCK HASH
[required] - a string representing the hash (32 bytes) of a block
RESPONSE
RESULT FIELDS
BLOCK TRANSACTION COUNT
- a hex code of the integer representing the number of transactions in the provided block
BODY
Last updated