Listed Tokens by Collection

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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.

Path Params
string
required
Defaults to ETH

The crypto chain hosting the contract. Currently only ETH is supported.

string
required

NFT contract address (eg. 0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb)

Query Params
int32
Defaults to 100

Maximum number of tokens to return. Integer between 1 and 1000

int32
Defaults to 0

Result page offset to receive additional records

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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