Update price order
curl --request PATCH \
--url https://api.jup.ag/trigger/v2/orders/price/{orderId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"orderType": "single",
"triggerPriceUsd": 210,
"slippageBps": 150
}
'{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}Order Management
Update Order
Update parameters of an existing trigger order
PATCH
/
orders
/
price
/
{orderId}
Update price order
curl --request PATCH \
--url https://api.jup.ag/trigger/v2/orders/price/{orderId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"orderType": "single",
"triggerPriceUsd": 210,
"slippageBps": 150
}
'{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get API key via https://developers.jup.ag/portal
JWT token from the challenge-response auth flow
Path Parameters
Order UUID
Body
application/json
Response
Order updated
Was this page helpful?
⌘I
