Get collection list
Fetches a list of collections with optional filters such as status, blockchain, quantity, and drop price. Results can be paginated.
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.
ACTIVE
, DRAFT
, INACTIVE
The blockchain to filter collections by.
ETH
, POLY
, BASE
The minimum number of products in the collection.
x >= 1
The maximum number of products in the collection.
x >= 1
The minimum price for products in the collection.
x >= 1
The maximum price for products in the collection.
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.
The sort order of the results.
asc
, desc
The field by which to order the results.
Response
Successfully retrieved collections.
The response is of type object
.