Active Listings by NFT

This endpoint is commonly used to retrieve metadata of all of the active listings for a single NFT
On Solana, provide the chain and contract address, and a token ID of 0
Path Params
string
enum
required
Defaults to ethereum

Name of the chain (e.g., ethereum)

string
required
Defaults to 0x4a8c9d751eeabc5521a68fb080dd7e72e46462af

Address of the NFT contract

string
required
Defaults to 513

Token ID of the given NFT. For Solana and Bitcoin, this can be omitted or set to 0.

Query Params
string
enum

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

Allowed:
string

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

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
enum
Defaults to listing_timestamp_desc

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

Allowed:
int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

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