Listings

Get active/sold/cancelled listings

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Search listings only for a particular NFT collection/contract.

integer

Search for a particular listing ID.

string

Search listings only for a particular NFT ID.

string

Search listings only made by a particular address.

string
enum

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

Allowed:
string
enum

Choose the direction in which the sortBy parameter sorts by.

Allowed:
integer
0 to 2

Search listings only for particular state, where: 0 is active, 1 is sold and 2 is cancelled.

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.

integer

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

integer

Search for listings which were sold 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json