hmy_getBlockTransactionCountByHash
GetBlockTransactionCount
Get the number of transactions in a block by the block's hash.
API v1
Parameters
String
- The block hash.
Returns
Number
- The number of transactions in the given block.
Sample Curl Request
Sample Curl Response
API v2
Parameters
String
- The block hash.
Returns
Number
- The number of transactions in the given block.
Sample Curl Request
Sample Curl Response
Last updated