| HOUR | TIMESTAMP_NTZ | The hourly time bucket. |
| TOKEN_ADDRESS | TEXT | Token contract address. |
| SYMBOL | TEXT | Asset trading symbol. |
| BLOCKCHAIN | TEXT | Blockchain network name. |
| DECIMALS | NUMBER | Token decimal places. |
| PRICE | FLOAT | The hourly price value. |
| IS_NATIVE | BOOLEAN | Whether this is the native blockchain asset. |
| IS_IMPUTED | BOOLEAN | Whether the price was interpolated. |
| IS_DEPRECATED | BOOLEAN | Whether this asset is deprecated. |
| EZ_PRICES_HOURLY_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |