LeveragePairsResponse
startinteger
countinteger
items object[]
Array [
chainIdstring
lenderstring
marketLongUidstring
Market UID of the collateral side
marketShortUidstring
Market UID of the debt side
assetLongstring
Collateral asset address
assetShortstring
Debt asset address
assetGroupLongstring
assetGroupShortstring
symbolLongstring
Collateral token symbol
nameLongstring
Collateral token name
symbolShortstring
Debt token symbol
nameShortstring
Debt token name
aprTotalnumber
Total APR (deposit - borrow + intrinsic)
maxLeveragenumber
ltvnumber
Loan-to-value ratio (0-1)
depositRateLongnumber
variableBorrowRateShortnumber
intrinsicYieldLongnumber
intrinsicYieldShortnumber
totalDepositsUsdLongnumber
totalDebtUsdShortnumber
totalLiquidityUsdLongnumber
totalLiquidityUsdShortnumber
borrowLiquidityShortnumber
Available borrow liquidity (debt side) in USD
utilizationLongnumber
utilizationShortnumber
]
LeveragePairsResponse
{
"start": 0,
"count": 0,
"items": [
{
"chainId": "string",
"lender": "string",
"marketLongUid": "string",
"marketShortUid": "string",
"assetLong": "string",
"assetShort": "string",
"assetGroupLong": "string",
"assetGroupShort": "string",
"symbolLong": "string",
"nameLong": "string",
"symbolShort": "string",
"nameShort": "string",
"aprTotal": 0,
"maxLeverage": 0,
"ltv": 0,
"depositRateLong": 0,
"variableBorrowRateShort": 0,
"intrinsicYieldLong": 0,
"intrinsicYieldShort": 0,
"totalDepositsUsdLong": 0,
"totalDebtUsdShort": 0,
"totalLiquidityUsdLong": 0,
"totalLiquidityUsdShort": 0,
"borrowLiquidityShort": 0,
"utilizationLong": 0,
"utilizationShort": 0
}
]
}