/collections/:collections:/nfts/count
Returns non-fungible/semi-fungible/meta-esdt token count that belong to a collection
Parameters
collection: REQUIRED(string)- The information about the NFT or SFT, like picture traits or tags for your NFT/collectionsearchOPTIONAL(string)- Search by collection identifieridentifiersOPTIONAL(array[string])- Search by collection identifiers, comma-separatednameOPTIONAL(string)- Get all nfts by nametags:(array[string])- Filter by one or more comma-separated tagscreatorDEPRECATED(string)- Filter collections where the given address has a creator roleisWhitelistedStorageOPTIONAL :(boolean)- Return all NFTs that are whitelisted in storagehasUrisOPTIONAL :(boolean)- Return all NFTs that have one or more uris
Returns
count:(number)- count that belong to a collection
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/collections/ARCRACING-bcdf83/nfts/count' \
-H 'accept: application/json'
Result
7