🚨 Action Required: lite-api.jup.ag will be deprecated on 31st December 2025. View migration guide →
lite-api.jup.ag
cURL
curl --request GET \ --url https://api.jup.ag/perps/v1/lending/positions \ --header 'x-api-key: <api-key>'
{ "dataList": [ { "borrowSizeUsd": "<string>", "borrowSizeTokenAmount": "<string>", "borrowTokenMint": "<string>", "maxBorrowTokenAmount": "<string>", "maxBorrowUsd": "<string>", "maxWithdrawUsd": "<string>", "maxWithdrawTokenAmount": "<string>", "maxRepayTokenAmount": "<string>", "ltvBps": "<string>", "ltvPercentage": "<string>", "liquidationPriceUsd": "<string>", "collateralTokenAmount": "<string>", "collateralUsd": "<string>", "positionPubkey": "<string>" } ], "count": 123 }
Get API key via https://portal.jup.ag
Public key for the wallet to pay / withdraw
200 OK
Show child attributes