get https://api.nabu.xyz/chains//contracts//tokens/
Retrieves token information (price estimate).
This endpoint retrieves the most recent price estimate for a single token.
Available in all Nabu subscription plans.
Response Field | Data Type | Description |
---|---|---|
price_native | number | The estimated price in the native currency for the chain (Ether on Ethereum, MATIC on Polygon) |
price_min_native | number | The 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_native | number | The 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_eth | number | The estimated price of that NFT in Ether, or null if not available (deprecated) |
price_min_eth | number | The 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_eth | number | The 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_status | string | The 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 intervalsavailable : The price is availableunsupported : The requested chain is unsupportedfailed : Nabu failed to calculate the price for that contract/collectiondisabled : Contract is flagged as associated with criminal activity |
price_update_date | string | The date the price was last updated, in ISO notation (UTC time) |
model_version | string | The Nabu machine learning model used to calculate the price |
value_drivers | array of Value Driver | Will 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. |
stats | Token Stats | Will only be present if the stats parameter was true. Please note that an extra API credit is consumed if the response includes this fieldThis feature is available only in the Pro or higher subscription plans. |