GET
/
v1
/
collections

Authorizations

x-api-key
string
header
required

The 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.

Required range: x > 1
max_quantity
integer

The maximum number of products in the collection.

Required range: x > 1
min_drop_price
number

The minimum price for products in the collection.

Required range: x > 1
max_drop_price
number

The maximum price for products in the collection.

Required range: x > 1
limit
integer

The maximum number of items to return (1-1000).

Required range: 1 < x < 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