osmosis.price Table: ez_prices Type: View
Contains token prices in USD for assets that can be traded on Osmosis.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| RECORDED_HOUR | TIMESTAMP_NTZ | The time, including the day and hour, that the price of the token corresponds to. |
| SYMBOL | TEXT | The token’s symbol |
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| PRICE | FLOAT | The price of the token in USD. |
| EZ_PRICES_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ |