Prices
Latest Prices
Deprecated table for latest token prices - use prices.minute for current data
Prices USD Latest (Legacy)
While this table remains functional for existing tokens, no new tokens will be added. For complete coverage including new tokens, please use prices.minute
, prices.hour
, or prices.day
tables instead.
The prices.usd_latest
table is a legacy table that was previously used for latest price data. While still accessible for historical purposes, new queries should use the modern price tables.
Modern Alternatives
For current price data, use:
prices.minute
for real-time pricesprices.hour
for hourly aggregatesprices.day
for daily prices
Example query using modern tables:
Legacy Table Structure
Column name | Data type | Description |
---|---|---|
contract_address | varbinary | The unique identifier of the token |
symbol | varchar | The identifier of the asset (ticker, cashtag) |
price | double | The latest price of the asset in USD |
blockchain | varchar | The blockchain on which the asset exists |
For more information about the current price feed, please refer to the Prices Overview.
Was this page helpful?