GET
/
blockscout
/
tokens
/
{address_hash}
/
counters
Get Token Holders
curl --request GET \
  --url https://data-api.b3.fun/blockscout/tokens/{address_hash}/counters
{
  "token_holders_count": "100",
  "transfers_count": "1000"
}

Path Parameters

address_hash
string
required

Address hash

Response

200
application/json

Token

The response is of type object.