/nfts/count
Returns the total number of Non-Fungible / Semi-Fungible / MetaESDT tokens
Parameters
search
OPTIONAL(string)
- Search by collection identifieridentifiers
OPTIONAL(array[string])
- Filter by identifiers, comma-separatedtype
OPTIONAL(string)
- Filter by type (NonFungibleESDT/SemiFungibleESDT/MetaESDT)collection
: OPTIONAL(string)
- Get all tokens by token collection. Deprecated, replaced by collections parametername
:(string)
- The username specific for this accounttags
: OPTIONAL(array[string])
- Filter by one or more comma-separated tagscreator
: OPTIONAL(string)
- Return all NFTs associated with a given creatorisWhitelistedStorage
:(boolean)
- Return all NFTs that are whitelisted in storagehasUris
: OPTIONAL(boolean)
- Return all NFTs that have one or more urisisNsfw
:(boolean)
- Filter by NSFW statusbefore
OPTIONAL :(number)
- Before timestampafter
OPTIONAL :(number)
- After timestamp
Returns
count
:(number)
- total number of Non-Fungible / Semi-Fungible / MetaESDT tokens
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/nfts/count?collection=GSPACEAPE-08bc2b&creator=erd1qqqqqqqqqqqqqpgq9t4l4rm2fr9h4fv05u2ld5eh99a7hlmua9rspf78gp&isWhitelistedStorage=true&hasUris=true&isNsfw=false' \
-H 'accept: application/json'
Result
11768