LendingPairsResponse
okboolean
Example:
truestartinteger
Example:
0countinteger
Example:
1pairs object[]
Array [
chain_idstring
Example:
1lenderstring
Example:
AAVE_V3asset_longstring
Example:
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48asset_shortstring
Example:
0xdac17f958d2ee523a2206206994597c13d831ec7asset_group_longstring
Example:
USDasset_group_shortstring
Example:
USDmax_leveragenumber
Example:
5.2apr_totalnumber
Total APR including intrinsic yield
Example:
0.087deposit_rate_longnumber
Example:
0.042variable_borrow_rate_shortnumber
Example:
0.031intrinsic_yield_longnumber
Example:
0.014intrinsic_yield_shortnumber
Example:
0total_liquidity_usd_longnumber
Example:
240000000total_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
}
]
}