/tokens/count
Return total number of tokens available on blockchain
Parameters
search
OPTIONAL(string)
- Search by collection identifiername
OPTIONAL(string)
- Search by token nameidentifier
OPTIONAL(string)
- Search by token identifieridentifiers
OPTIONAL(array[string])
- A comma-separated list of identifiers to filter bysort
:(string)
- Sorting criteria. Available values : accounts, transactions, price, marketCaporder
:(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