The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
curl --request POST \
--url https://api.jup.ag/recurring/v1/cancelOrder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"order": "<string>",
"recurringType": "time",
"user": "<string>"
}
'{
"requestId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"transaction": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAEN..."
}Request for a base64-encoded unsigned recurring order cancellation transaction to be used in POST /recurring/v1/execute
curl --request POST \
--url https://api.jup.ag/recurring/v1/cancelOrder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"order": "<string>",
"recurringType": "time",
"user": "<string>"
}
'{
"requestId": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"transaction": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAEN..."
}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.
recurringType is used to denote the type of recurring order, only timerecurringType: price based orders are deprecatedGet API key via https://developers.jup.ag/portal
Was this page helpful?