Skip to main content

Table Details

PropertyValue
Table Namehyperevm.dex.tvl_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the balance entry.
projectVARCHAR(16777216)Name of the project e.g. uniswap, balancer, curve, sushiswap, pancakeswap, fraxswap, etc.
protocolVARCHAR(16777216)Version of the protocol used e.g. uniswap_v2, uniswap_v3, balancer_v3, curve, fluid, etc.
pool_nameVARCHAR(16777216)Name of the liquidity pool.
liquidity_pool_addressVARCHAR(16777216)Contract address of the liquidity pool holding the asset. For some projects, it might be the vault address.
token_addressVARCHAR(16777216)Contract address of the token.
token_nameVARCHAR(16777216)Name of the token.
token_symbolVARCHAR(16777216)Symbol of the token.
token_decimalsNUMBER(38,0)Decimals of the token.
raw_balance_strVARCHAR(16777216)Raw balance of the token in string.
raw_balanceFLOATRaw balance of the token, normalized.
balance_strVARCHAR(16777216)Balance of the token in string.
balanceFLOATBalance of the token, normalized.
usd_balanceFLOATUSD balance of the token at the date of the balance entry.
usd_exchange_rateFLOATUSD exchange rate of the token at the date of the balance entry.
last_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last block where the balance of the pool was updated.
last_block_numberNUMBER(38,0)Number of the last block where the balance of the pool was updated.
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated.