get https://api.deepnftvalue.com/v1/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:
Value | Description |
---|---|
highest_valuation | Highest valued tokens first. |
lowest_price | Tokens with lowest listing price first. |
highest_price | Tokens with highest listing price first. |
recently_listed | Newest listings first. |
lowest_sale | Tokens that sold for lowest price first. Filtered by last sale only. |
highest_sale | Tokens that sold for highest price first. Filtered by last sale only. |
recently_sold | Latest sales first. |
top_bid | Tokens with highest bid first. |
recently_bid | Tokens received latest bids first. |
token_id | Order by token id (default). |