Returns a list of all NFTs in a collection, along with assosicated market data if applicable.

Log in to see full request history
Query Params
string
required

Search listings only for a particular NFT collection/contract.

string

Search listings only for a particular NFT ID.

string

Sorts the results by the specified parameter. The direction parameter should also be supplied with this parameter.

string

Choose the direction in which the sortBy parameter sorts by.

integer

Choose the number of listings to be returned per page.

integer

Choose the page number.

string

Search listings only for matching traits using a JSON format.

Example of searching for an item with Background "Pink" or "Blue" AND "Bored" eyes:

{"Background": ["Pink", "Blue"], "Eyes": ["Bored"]}

string

Searches listings for particular keywords in attributes, the token ID, the token name, or the rank.

string

Search listings only for matching powertraits.

Example of searching for an item with Breeding 1 or 2 AND Speed 1:

{"Breeding": ["1", "2"], "Speed": ["1"]}

number

Search for listings which are below or equal to the given price.

number

Search for listings which are above or equal to the given price.

integer

Search for listings which were listed at or after the given unix timestamp.

integer

Search for listings which were listed at or before the given unix timestamp.

string

Search for listings which have a rank above or equal to given rank.

string

Search for listings which have a rank below or equal to given rank.

Response

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