Table Description
Contains daily prices for most popular assets. All prices are derived from onchain events, the following types of assets are supported:- Jettons with sufficient trading volume on DEXs
- DEX LP tokens (based on ton.dex_pools TVL values)
- StormTrade LP tokens
- tsUSDe
Column Descriptions
Column | type | Description |
---|---|---|
blockchain | varchar | Blockchain for the token (Equals to ton) |
token_address | varchar | Token (Jetton) address in raw format |
timestamp | timestamp | Start of the day in UTC |
price_ton | double precision | Jetton price in TON (ignoring decimals) |
price_usd | double precision | Jetton price in USD (ignoring decimals) |
asset_type | varchar | Asset type: Jetton (price is based on DEX trades), DEX LP, SLP (StormTrade LP token) or tsUSDe |