sei.core Table: dim_tokens Type: View
Contains token metadata for assets on the Sei blockchain. This table may not contain every token.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| DECIMALS | NUMBER | Divide the amount by POW(10, decimal) to get the amount used in the transaction. This value can be NULL, as decimals are hand curated from an outside source and not found on-chain. |
| TOKEN_NAME | TEXT | The description of the token |
| SYMBOL | TEXT | The common symbol of the token |
| DIM_TOKENS_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |