Active Listings by Contract

This endpoint is commonly used to retrieve metadata of all of the active NFT listings on a single contract (e.g., Mutant Ape Yacht Club):
Pass a chain and contract address to get back information on the active listings for this contract.
To understand more about the difference between Collections and Contracts, please refer to our FAQ
Path Params
string
required
Defaults to ethereum

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

string
required
Defaults to 0x8a90cab2b38dba80c64b7734e58ee1db38b8992e

Address of the NFT contract

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 timestamp (inclusive). Seconds since the Unix epoch.

int32

Upper bound 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

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