/tokens/count
Return total number of tokens available on blockchain
Parameters
searchOPTIONAL(string)- Search by collection identifiernameOPTIONAL(string)- Search by token nameidentifierOPTIONAL(string)- Search by token identifieridentifiersOPTIONAL(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