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

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
Language
Authorization
Header
Click Try It! to start a request and see the response here!