Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
Filter collections by their status.
ACTIVE
, DRAFT
, INACTIVE
Filter collections by their blockchain chain.
ETH
, POLY
, BASE
Filter collections by minimum quantity of products.
x >= 1
Filter collections by maximum quantity of products.
x >= 1
The maximum number of items to return (1-1000).
1 <= x <= 1000
The number of items to skip before starting to collect the result set.
x >= 0
The sort order of the results.
asc
, desc
The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.