Active Listings by Collection

This endpoint is commonly used to retrieve metadata of all of the active NFT listings on a single collection
To understand more about the difference between Collections and Contracts, please refer to our FAQ
Path Params
string
required
Defaults to 510139ec0d8cf5513d59a8d3afa1c061

The unique identifier of the collection (obtainable from an NFT response, or from the Collection endpoints)

Query Params
string

Include the associated NFT details for the listing within the response (pass include_nft_details=1)

string

Marketplace IDs, comma separated for mulitple values (e.g., opensea, x2y2). Allowed values: opensea, blur, x2y2, looksrare, tensor, cryptopunks, magiceden

int32

Lower bound listing timestamp (inclusive). Seconds since the Unix epoch.

int32

Upper bound listing timestamp (inclusive). Seconds since the Unix epoch.

string

Include the total distinct count of Listings in the response (pass count=1)

string

Used to retrieve the next page of results

string
Defaults to listing_timestamp_desc

Available values are: listing_timestamp_desc (default), listing_timestamp_asc, price_asc, or price_desc

int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json