get https://api.nabu.xyz/chains//contracts//listed
Retrieves all tokens in the collection that are listed for sale on a public exchange, with the appraised prices for the tokens
Response Field | Data Type | Description |
---|---|---|
tokens | array of Listed Token (see below) objects | The currently listed tokens, including valuations |
price_date | string | The date the prices ware last updated, in ISO notation (UTC time) |
model_version | string | The Nabu machine learning model used to calculate the prices |
next_offset | number | The offsite for the next page of results. If null, no more results are available |
Listed Token
Attribute Name | Data Type | Description |
---|---|---|
token_id | string | The token id within the contract (base 10 notation) |
order | object | Ask order details |
order.ask_price_eth | number | The lowest ask price found for this token |
valuation | object | Valuation details |
valuation.price_eth | number | The estimated price of that NFT in Ether |
valuation.price_min_eth | number | The lower bound of our price prediction in Ether. There is a 95% confidence that the price of the NFT is higher than this |
valuation.price_max_eth | number | The higher bound of our price prediction in Ether. There is a 95% confidence that the price of the NFT is lower than this |
Available only in the Business subscription plan.