Get Block Transaction Count by Number
Returns the number of transactions in a block.
https://api.atoverse.info/api
?module=proxy
&action=atos_getBlockTransactionCountByNumber
&tag=0x887C88
&apikey=YourApiKeyToken
Request
Query Parameters
| Parameter | Description |
|---|---|
| tag | the block number, in hex eg. 0x887C88 |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x15"
}