/tokens/{identifier}/accounts/count

Returns the total number of accounts that hold a specific token

Parameters

  • identifier REQUIRED(string) - Search by token identifier

Returns

  • count : (number) - total number of accounts that hold the token

Example

Request

curl -X 'GET' \
  'https://elrond-api.public.blastapi.io/tokens/ASTRO-91f2cc/accounts/count' \
  -H 'accept: application/json'

Result

62

Last updated