Skip to main content

LendingPoolsResponse

okboolean
Example: true
startinteger
Example: 0
countinteger
Example: 1
assets object[]
  • Array [
  • chain_idstring

    Chain ID

    Example: 1
    lender_keystring

    Lender protocol key

    Example: AAVE_V3
    underlying_addressstring

    Underlying asset address

    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    asset_groupstring

    Asset group identifier

    Example: USDC
    deposit_ratenumber

    Deposit APR as percentage

    Example: 0.035
    variable_borrow_ratenumber

    Variable borrow APR as percentage

    Example: 0.04
    stable_borrow_ratenumber

    Stable borrow APR as percentage

    Example: 0.045
    intrinsic_yieldnumber

    Intrinsic yield as percentage

    Example: 0.002
    utilizationnumber

    Pool utilization (0-1)

    Example: 0.65
    total_depositsnumber

    Total deposits in native units

    Example: 1000000
    total_debtnumber

    Total debt in native units

    Example: 650000
    total_liquiditynumber

    Available liquidity in native units

    Example: 350000
    total_deposits_usdnumber

    Total deposits in USD

    Example: 1000000
    total_debt_usdnumber

    Total debt in USD

    Example: 650000
    total_liquidity_usdnumber

    Available liquidity in USD

    Example: 350000
    config_idsinteger[]

    Associated config IDs

    exposures object[]
  • Array [
  • configIdinteger
    labelstring
    collateralsstring[]
    debtsstring[]
  • ]
  • ]
  • LendingPoolsResponse
    {
    "ok": true,
    "start": 0,
    "count": 1,
    "assets": [
    {
    "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"
    ]
    }
    ]
    }
    ]
    }