v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get token holders

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/tokens/{address_hash}/counters

Path parameters

address_hashstring required

Address hash

Response

token

token_holders_countstring required
transfers_countstring required

Example response

{
  "token_holders_count": "100",
  "transfers_count": "1000"
}