/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/collectionsearch
OPTIONAL(string)
- Search by collection identifieridentifiers
OPTIONAL(array[string])
- Search by collection identifiers, comma-separatedname
OPTIONAL(string)
- Get all nfts by nametags
:(array[string])
- Filter by one or more comma-separated tagscreator
DEPRECATED(string)
- Filter collections where the given address has a creator roleisWhitelistedStorage
OPTIONAL :(boolean)
- Return all NFTs that are whitelisted in storagehasUris
OPTIONAL :(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