Skip to main content

Table Details

PropertyValue
Table Namemode.metrics.tvl_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Calendar date (UTC) this daily record aggregates.
sectorVARCHAR(16777216)Sector classification of the associated project or protocol.
projectVARCHAR(16777216)Project or application associated with this record.
protocolVARCHAR(16777216)Protocol associated with this record.
addressVARCHAR(16777216)Blockchain account address this record pertains to.
token_addressVARCHAR(16777216)Contract address of the token. On EVM chains native currency is represented as the zero address.
token_nameVARCHAR(16777216)Human-readable name of the token.
token_symbolVARCHAR(16777216)Ticker symbol of the token.
token_decimalsNUMBER(38,0)Number of decimal places used to convert the token’s raw integer amount to a human-readable amount.
raw_balance_strVARCHAR(16777216)Account balance in the smallest indivisible unit as a string, to preserve full precision.
balanceFLOATDecimal-adjusted token balance held by the address.
usd_balanceFLOATUSD value of the balance at the record’s timestamp.
usd_exchange_rateFLOATUSD price of one unit of the token at the record’s timestamp.
is_primaryBOOLEANWhether this is the primary record for the associated grouping (used to avoid double-counting).
adjusted_usd_balanceFLOATUSD value of the balance after adjustments to avoid double-counting.
is_rwaBOOLEANWhether the associated token is a real-world asset (RWA).
rwa_asset_classVARCHAR(16777216)Real-world-asset class of the token, when applicable.
rwa_asset_typeVARCHAR(16777216)Real-world-asset type of the token, when applicable.
last_block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the most recent block reflected in this record.
last_block_numberNUMBER(38,0)Block number of the most recent block reflected in this record.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.