/collections/count
Returns non-fungible/semi-fungible/meta-esdt collection count
Parameters
searchOPTIONAL(string)- Search by collection identifiertypeOPTIONAL(array[string])- Filter by type (NonFungibleESDT/SemiFungibleESDT/MetaESDT)creatorDEPRECATED(string)- Filter collections where the given address has a creator rolebeforeOPTIONAL :(number)- Return all collections before given timestampafterOPTIONAL :(number)- Return all collections after given timestampcanCreateOPTIONAL(boolean)- Filter by property canCreatecanBurnOPTIONAL(boolean)- Filter by property canBurncanAddQuantityOPTIONAL(boolean)- Filter by property canAddQuantitycanUpdateAttributesOPTIONAL(boolean)- Filter by property canUpdateAttributescanAddUriOPTIONAL(boolean)- Filter by property canAddUricanTransferRoleOPTIONAL(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