/collections/count

Returns non-fungible/semi-fungible/meta-esdt collection count

Parameters

  • search OPTIONAL (string) - Search by collection identifier

  • type OPTIONAL (array[string]) - Filter by type (NonFungibleESDT/SemiFungibleESDT/MetaESDT)

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

  • before OPTIONAL : (number) - Return all collections before given timestamp

  • after OPTIONAL : (number) - Return all collections after given timestamp

  • canCreateOPTIONAL (boolean) - Filter by property canCreate

  • canBurnOPTIONAL (boolean) - Filter by property canBurn

  • canAddQuantityOPTIONAL (boolean) - Filter by property canAddQuantity

  • canUpdateAttributesOPTIONAL (boolean) - Filter by property canUpdateAttributes

  • canAddUriOPTIONAL (boolean) - Filter by property canAddUri

  • canTransferRoleOPTIONAL (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

Last updated