Skip to main content
Schema: 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 NameData TypeDescription
CURRENCYTEXTThe currency that was used in the transaction message.
DECIMALSNUMBERDivide 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_NAMETEXTThe description of the token
SYMBOLTEXTThe common symbol of the token
DIM_TOKENS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.