Skip to main content

LendingPairsResponse

okboolean
Example: true
startinteger
Example: 0
countinteger
Example: 1
pairs object[]
  • Array [
  • chain_idstring
    Example: 1
    lenderstring
    Example: AAVE_V3
    asset_longstring
    Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
    asset_shortstring
    Example: 0xdac17f958d2ee523a2206206994597c13d831ec7
    asset_group_longstring
    Example: USD
    asset_group_shortstring
    Example: USD
    max_leveragenumber
    Example: 5.2
    apr_totalnumber

    Total APR including intrinsic yield

    Example: 0.087
    deposit_rate_longnumber
    Example: 0.042
    variable_borrow_rate_shortnumber
    Example: 0.031
    intrinsic_yield_longnumber
    Example: 0.014
    intrinsic_yield_shortnumber
    Example: 0
    total_liquidity_usd_longnumber
    Example: 240000000
    total_liquidity_usd_shortnumber
    Example: 180000000
  • ]
  • LendingPairsResponse
    {
    "ok": true,
    "start": 0,
    "count": 1,
    "pairs": [
    {
    "chain_id": "1",
    "lender": "AAVE_V3",
    "asset_long": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "asset_short": "0xdac17f958d2ee523a2206206994597c13d831ec7",
    "asset_group_long": "USD",
    "asset_group_short": "USD",
    "max_leverage": 5.2,
    "apr_total": 0.087,
    "deposit_rate_long": 0.042,
    "variable_borrow_rate_short": 0.031,
    "intrinsic_yield_long": 0.014,
    "intrinsic_yield_short": 0,
    "total_liquidity_usd_long": 240000000,
    "total_liquidity_usd_short": 180000000
    }
    ]
    }