LendingPoolAsset
chain_idstring
Chain ID
Example:
1lender_keystring
Lender protocol key
Example:
AAVE_V3underlying_addressstring
Underlying asset address
Example:
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48asset_groupstring
Asset group identifier
Example:
USDCdeposit_ratenumber
Deposit APR as percentage
Example:
0.035variable_borrow_ratenumber
Variable borrow APR as percentage
Example:
0.04stable_borrow_ratenumber
Stable borrow APR as percentage
Example:
0.045intrinsic_yieldnumber
Intrinsic yield as percentage
Example:
0.002utilizationnumber
Pool utilization (0-1)
Example:
0.65total_depositsnumber
Total deposits in native units
Example:
1000000total_debtnumber
Total debt in native units
Example:
650000total_liquiditynumber
Available liquidity in native units
Example:
350000total_deposits_usdnumber
Total deposits in USD
Example:
1000000total_debt_usdnumber
Total debt in USD
Example:
650000total_liquidity_usdnumber
Available liquidity in USD
Example:
350000config_idsinteger[]
Associated config IDs
exposures object[]
Array [
configIdinteger
labelstring
collateralsstring[]
debtsstring[]
]
LendingPoolAsset
{
"chain_id": "1",
"lender_key": "AAVE_V3",
"underlying_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"asset_group": "USDC",
"deposit_rate": 0.035,
"variable_borrow_rate": 0.04,
"stable_borrow_rate": 0.045,
"intrinsic_yield": 0.002,
"utilization": 0.65,
"total_deposits": 1000000,
"total_debt": 650000,
"total_liquidity": 350000,
"total_deposits_usd": 1000000,
"total_debt_usd": 650000,
"total_liquidity_usd": 350000,
"config_ids": [
0
],
"exposures": [
{
"configId": 0,
"label": "string",
"collaterals": [
"string"
],
"debts": [
"string"
]
}
]
}