Table Details
| Property | Value |
|---|---|
| Table Name | hyperevm.lending.tvl_daily |
| Table Status | Production-Ready |
| Unique Key | date, address, token_address |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| date | TIMESTAMP_NTZ(9) | Date of the TVL snapshot |
| project | VARCHAR(16777216) | Name of the lending project |
| protocol | VARCHAR(16777216) | Underlying protocol that the lending project is utilizing |
| address | VARCHAR(16777216) | Address of the lending market or contract |
| market_address | VARCHAR(16777216) | Address of the lending market |
| token_address | VARCHAR(16777216) | Address of the token locked in the protocol |
| token_name | VARCHAR(16777216) | Name of the token locked in the protocol |
| token_symbol | VARCHAR(16777216) | Symbol of the token locked in the protocol |
| token_decimals | NUMBER(38,0) | Number of decimals of the token |
| raw_balance_str | VARCHAR(16777216) | Raw token balance in string format to retain precision |
| raw_balance | FLOAT | Raw token balance as a numeric value |
| balance_str | VARCHAR(16777216) | Normalized token balance in string format to retain precision |
| balance | FLOAT | Normalized token balance as a numeric value |
| usd_balance | FLOAT | USD value of the token balance at the time of the snapshot |
| usd_exchange_rate | FLOAT | USD exchange rate of the token at the time of the snapshot |
| last_block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the last block included in the TVL calculation |
| last_block_number | NUMBER(38,0) | Block number of the last block included in the TVL calculation |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the record was last updated |