Skip to main content
GET
/
lending
/
info
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/lending/info
{
  "currentJlpPriceUsd": "<string>",
  "borrowTokenMint": "<string>",
  "availableLiquidityUsd": "<string>",
  "availableLiquidityTokenAmount": "<string>",
  "totalSupplyUsd": "<string>",
  "totalSupplyTokenAmount": "<string>",
  "utilizationRateBps": "<string>",
  "utilizationRatePercentage": "<string>",
  "borrowApr": "<string>",
  "liquidationMarginBps": "<string>",
  "liquidationMarginPercentage": "<string>",
  "liquidationPenaltyBps": "<string>",
  "liquidationPenaltyPercentage": "<string>",
  "maxLtvBps": "<string>",
  "maxLtvPercentage": "<string>"
}

Response

200 OK

currentJlpPriceUsd
string
required

The current JLP price in USD formatted to 6 decimals as per the USDC mint

borrowTokenMint
string
required

The mint address for the borrow token

availableLiquidityUsd
string
required

Available liquidity for borrowing in USD formatted to 6 decimals

availableLiquidityTokenAmount
string
required

Available liquidity for borrowing in token amount formatted to token decimals

totalSupplyUsd
string
required

Total supply in USD formatted to 6 decimals

totalSupplyTokenAmount
string
required

Total supply in token amount formatted to token decimals

utilizationRateBps
string
required

Current utilization rate in basis points (borrowed/total)

utilizationRatePercentage
string
required

Current utilization rate as a percentage

borrowApr
string
required

Current borrow APR as a percentage

liquidationMarginBps
string
required

Liquidation margin threshold in basis points

liquidationMarginPercentage
string
required

Liquidation margin as a percentage

liquidationPenaltyBps
string
required

Liquidation penalty in basis points

liquidationPenaltyPercentage
string
required

Liquidation penalty as a percentage

maxLtvBps
string
required

Maximum LTV in basis points

maxLtvPercentage
string
required

Maximum LTV as a percentage