Skip to main content

Table Details

PropertyValue
Table Namecelo.lending.markets_daily
Table StatusProduction-Ready

Table Columns

Column NameData TypeDescription
dateTIMESTAMP_NTZ(9)Date of the market snapshot
projectVARCHAR(16777216)Name of the lending project (e.g., aave, compound, morpho_blue)
protocolVARCHAR(16777216)Underlying protocol version (e.g., aave_v2, compound_v2, euler_v2)
idVARCHAR(16777216)Unique identifier for the market
contract_addressVARCHAR(16777216)Address of the lending market contract
token_addressVARCHAR(16777216)Address of the token in the market
token_nameVARCHAR(16777216)Name of the token
token_symbolVARCHAR(16777216)Symbol of the token
token_decimalsNUMBER(38,0)Number of decimals for the token
usd_exchange_rateFLOATUSD exchange rate of the token at the time of the snapshot
outstanding_loansFLOATTotal outstanding loans in token units
outstanding_loans_usdFLOATTotal outstanding loans in USD
available_liquidityFLOATAvailable liquidity in token units
available_liquidity_usdFLOATAvailable liquidity in USD
supplied_amountFLOATTotal supplied amount in token units
supplied_amount_usdFLOATTotal supplied amount in USD
transaction_hashVARCHAR(16777216)Hash of the last transaction affecting this market
transaction_indexNUMBER(38,0)Index of the last transaction in the block
last_activity_block_timestampTIMESTAMP_NTZ(9)Timestamp of the last activity block
last_activity_block_numberNUMBER(38,0)Block number of the last activity
last_activity_block_hashVARCHAR(16777216)Hash of the last activity block
_created_atTIMESTAMP_NTZ(9)Timestamp of when the record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the record was last updated