Retrieves all tokens in the collection that are listed for sale on a public exchange, with the appraised prices for the tokens

Response FieldData TypeDescription
tokensarray of Listed Token (see below) objectsThe currently listed tokens, including valuations
price_datestringThe date the prices ware last updated, in ISO notation (UTC time)
model_versionstringThe Nabu machine learning model used to calculate the prices
next_offsetnumberThe offsite for the next page of results. If null, no more results are available

Listed Token

Attribute NameData TypeDescription
token_idstringThe token id within the contract (base 10 notation)
orderobjectAsk order details
order.ask_price_ethnumberThe lowest ask price found for this token
valuationobjectValuation details
valuation.price_ethnumberThe estimated price of that NFT in Ether
valuation.price_min_ethnumberThe 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_ethnumberThe 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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!