v1
latestOpenAPI 3.0.02026-07-26268286602.5 KBtokens
Get holder and transfer count statistics for a specific token
Retrieves count statistics for a specific token, including holders count and transfers count.
get/{chain_id}/api/v2/tokens/{address_hash_param}/counters
Path parameters
address_hash_paramstring required
Address hash in the path
chain_idstring required
The ID of the blockchain
Response
Count statistics for the specified token.
Example response
{
"token_holders_count": "0",
"transfers_count": "0"
}