Skip to main content
GET
/
orders
/
limit
cURL
curl --request GET \
  --url https://lite-api.jup.ag/perps/v1/orders/limit \
  --header 'Content-Type: application/json' \
  --data '{
  "walletAddress": "<string>"
}'
{
  "count": 123,
  "dataList": [
    {
      "collateralMint": "<string>",
      "collateralCustody": "<string>",
      "collateralUsd": "1234000000",
      "collateralUsdAtTriggerPrice": "1234000000",
      "collateralTokenAmount": "<string>",
      "custody": "<string>",
      "executed": true,
      "inputMint": "<string>",
      "liquidationPriceUsd": "13240000",
      "marketMint": "<string>",
      "maxSizeUsdDelta": "1234000000",
      "minSizeUsdDelta": "1234000000",
      "openTime": "<string>",
      "positionPubkey": "<string>",
      "positionRequestPubkey": "<string>",
      "side": "long",
      "sizeUsdDelta": "<string>",
      "triggerPrice": "<string>",
      "triggerToLiquidationPercent": "5.75"
    }
  ]
}

Body

application/json
walletAddress
string
required

Public key for the wallet to fetch expired orders

Response

200 OK

count
number
required
dataList
object[]
required