/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/collection

  • search OPTIONAL (string) - Search by collection identifier

  • identifiersOPTIONAL (array[string]) - Search by collection identifiers, comma-separated

  • name OPTIONAL (string) - Get all nfts by name

  • tags : (array[string]) - Filter by one or more comma-separated tags

  • creatorDEPRECATED (string) - Filter collections where the given address has a creator role

  • isWhitelistedStorage OPTIONAL : (boolean) - Return all NFTs that are whitelisted in storage

  • hasUris 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

Last updated