/collections/count
Returns non-fungible/semi-fungible/meta-esdt collection count
Parameters
search
OPTIONAL(string)
- Search by collection identifiertype
OPTIONAL(array[string])
- Filter by type (NonFungibleESDT/SemiFungibleESDT/MetaESDT)creator
DEPRECATED(string)
- Filter collections where the given address has a creator rolebefore
OPTIONAL :(number)
- Return all collections before given timestampafter
OPTIONAL :(number)
- Return all collections after given timestampcanCreate
OPTIONAL(boolean)
- Filter by property canCreatecanBurn
OPTIONAL(boolean)
- Filter by property canBurncanAddQuantity
OPTIONAL(boolean)
- Filter by property canAddQuantitycanUpdateAttributes
OPTIONAL(boolean)
- Filter by property canUpdateAttributescanAddUri
OPTIONAL(boolean)
- Filter by property canAddUricanTransferRole
OPTIONAL(boolean)
- Filter by property canTransferRole
Returns
count
- collection count
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/collections/count?search=ARCRacing' \
-H 'accept: application/json'
Result
2