Skip to main content
GET
/
lending
/
positions
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/lending/positions
{
  "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
}

Query Parameters

walletAddress
string
required

Public key for the wallet to pay / withdraw

Response

200 OK

dataList
object[]
required
count
number
required