/tokens/count

Return total number of tokens available on blockchain

Parameters

  • search OPTIONAL (string) - Search by collection identifier

  • name OPTIONAL (string) - Search by token name

  • identifier OPTIONAL (string) - Search by token identifier

  • identifiers OPTIONAL (array[string]) - A comma-separated list of identifiers to filter by

  • sort : (string) - Sorting criteria. Available values : accounts, transactions, price, marketCap

  • order : (string) - Sorting order (asc / desc)

Returns

Object - a list of all available fungible tokens for a given address

  • count: (number) - total amount of tokens

Example

Request

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

Result

1

Last updated