Tokens

Returns a list of tokens for a specific collection. Result includes token metadata like attributes, owner and top_bid.

Possible sort strings to order result set:

ValueDescription
highest_valuationHighest valued tokens first.
lowest_priceTokens with lowest listing price first.
highest_priceTokens with highest listing price first.
recently_listedNewest listings first.
lowest_saleTokens that sold for lowest price first. Filtered by last sale only.
highest_saleTokens that sold for highest price first. Filtered by last sale only.
recently_soldLatest sales first.
top_bidTokens with highest bid first.
recently_bidTokens received latest bids first.
token_idOrder by token id (default).
Path Params
string
required

Filter to a specific collection slug.

Query Params
string

Which field to use when ordering the results.

integer

Number of results to return per page. Default: 20. Maximum: 1000.

integer

The initial index from which to return the results. Use in combination with limit to paginate results. Default: 0

string

Filter to specific token ids. Enter a comma separated list of ids.

string

Filter to one or more specific attribute(s). Enter a comma separated list of attributes. Examples: big shades, eyes:blue beams,fur:pink

float

Filter to minimum valuation.

float

Filter to maximum valuation.

boolean

Filter flagged tokens. If False, exclude tokens flagged for suspicious activity.

Responses

400

Bad request

401

Unauthorized

404

Not Found

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