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
/
v1
/
collections
Authorizations
x-api-key
string
headerrequiredThe API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
status
enum<string>
The status of the collections to filter by.
Available options:
ACTIVE
, DRAFT
, INACTIVE
chain
enum<string>
The blockchain to filter collections by.
Available options:
ETH
, POLY
, BASE
min_quantity
integer
The minimum number of products in the collection.
max_quantity
integer
The maximum number of products in the collection.
min_drop_price
number
The minimum price for products in the collection.
max_drop_price
number
The maximum price for products in the collection.
limit
integer
The maximum number of items to return (1-1000).
offset
integer
The number of items to skip before starting to collect the result set.
order
enum<string>
The sort order of the results.
Available options:
asc
, desc
order_by
string
The field by which to order the results.
Response
200 - application/json
data
object[]
pagination
object