Retrieves token information (price estimate).

This endpoint retrieves the most recent price estimate for a single token.

Available in all Nabu subscription plans.

Response FieldData TypeDescription
price_nativenumberThe estimated price in the native currency for the chain (Ether on Ethereum, MATIC on Polygon)
price_min_nativenumberThe lower bound of our price prediction in native currency, or null if not available. There is a 95% confidence that the price of the NFT is higher than this
price_max_nativenumberThe higher bound of our price prediction in native currency, or null if not available. There is a 95% confidence that the price of the NFT is lower than this
price_ethnumberThe estimated price of that NFT in Ether, or null if not available (deprecated)
price_min_ethnumberThe lower bound of our price prediction in Ether, or null if not available. There is a 95% confidence that the price of the NFT is higher than this (deprecated)
price_max_ethnumberThe higher bound of our price prediction in Ether, or null if not available. There is a 95% confidence that the price of the NFT is lower than this (deprecated)
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
disabled: Contract is flagged as associated with criminal activity
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
value_driversarray of Value DriverWill only be present if the drivers parameter was true. Please note that an extra API credit is consumed if the response includes this field (and the value isn't null)
This feature is available only in the Business subscription plan.
statsToken StatsWill only be present if the stats parameter was true. Please note that an extra API credit is consumed if the response includes this field
This feature is available only in the Pro or higher subscription plans.
Language
Authorization
Header
Click Try It! to start a request and see the response here!