API Reference

Retrieves token information (price estimate) for an entire collection.

Log in to see full request history

This endpoint retrieves the most recent price estimates for all tokens that have estimated prices in a collection.

Available in all Nabu subscription plans.

Response FieldData TypeDescription
contract_statusstringThe price calculation status for the contract/collection. Possible values are:
pending: The contract/collection has been recently added, and prices are not yet calculated; it is suggested that you retry in 5 minute intervals
available: The price is available
unsupported: The requested chain is unsupported
failed: Nabu failed to calculate the price for that contract/collection
price_update_datestringThe date the price was last updated, in ISO notation (UTC time)
model_versionstringThe Nabu machine learning model used to calculate the price
next_offsetnumberThe offsite for the next page of results. If null, no more results are available
tokensarray of objectsThe list of tokens with price information
tokens[].token_idstringThe token id in the collection
tokens[].price_nativenumberSee GET token for details
tokens[].price_min_nativenumberSee GET token for details
tokens[].price_max_nativenumberSee GET token for details
tokens[].price_ethnumberSee GET token for details (deprecated)
tokens[].price_min_ethnumberSee GET token for details (deprecated)
tokens[].price_max_ethnumberSee GET token for details (deprecated)
tokens[].value_driversarray of Value DriverWill only be present if the drivers parameter was true in the request. Please note that an extra API credit is consumed for each token that has data in this field
Path Params
string
required

The crypto chain hosting the contract. Valid values are ETH and MATIC

string
required

NFT contract address (eg. 0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb)

Query Params
boolean
Defaults to false

Request the value drivers of the tokens

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

Responses

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