Collections
Get collection list
Fetches a list of collections with optional filters such as status, blockchain, quantity, and drop price. Results can be paginated.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
The status of the collections to filter by.
Available options:
ACTIVE
, DRAFT
, INACTIVE
The blockchain to filter collections by.
Available options:
ETH
, POLY
, BASE
The minimum number of products in the collection.
Required range:
x > 1
The maximum number of products in the collection.
Required range:
x > 1
The minimum price for products in the collection.
Required range:
x > 1
The maximum price for products in the collection.
Required range:
x > 1
The maximum number of items to return (1-1000).
Required range:
1 < x < 1000
The number of items to skip before starting to collect the result set.
The sort order of the results.
Available options:
asc
, desc
The field by which to order the results.