Body
application/json
Public key for the wallet to fetch expired orders
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"
}
]
}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"
}
]
}Public key for the wallet to fetch expired orders