Skip to main content

Table Details

PropertyValue
Table Namehyperevm.lending.tvl_daily
Table StatusProduction-Ready
Unique Keydate, address, token_address

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the TVL snapshot
projectVARCHAR(16777216)Name of the lending project
protocolVARCHAR(16777216)Underlying protocol that the lending project is utilizing
addressVARCHAR(16777216)Address of the lending market or contract
market_addressVARCHAR(16777216)Address of the lending market
token_addressVARCHAR(16777216)Address of the token locked in the protocol
token_nameVARCHAR(16777216)Name of the token locked in the protocol
token_symbolVARCHAR(16777216)Symbol of the token locked in the protocol
token_decimalsNUMBER(38,0)Number of decimals of the token
raw_balance_strVARCHAR(16777216)Raw token balance in string format to retain precision
raw_balanceFLOATRaw token balance as a numeric value
balance_strVARCHAR(16777216)Normalized token balance in string format to retain precision
balanceFLOATNormalized token balance as a numeric value
usd_balanceFLOATUSD value of the token balance at the time of the snapshot
usd_exchange_rateFLOATUSD exchange rate of the token at the time of the snapshot
last_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last block included in the TVL calculation
last_block_numberNUMBER(38,0)Block number of the last block included in the TVL calculation
_created_atTIMESTAMP_NTZ(9)Timestamp of when the record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the record was last updated