Skip to main content
POST
/
cancelOrder
cancelOrder
curl --request POST \
  --url https://lite-api.jup.ag/recurring/v1/cancelOrder \
  --header 'Content-Type: application/json' \
  --data '{
  "order": "<string>",
  "recurringType": "time",
  "user": "<string>"
}'
{
  "requestId": "<string>",
  "transaction": "<string>"
}
NOTE
  • recurringType is used to denote the type of recurring order, only time
  • DEPRECATED: recurringType: price based orders are deprecated
  • Refer to Recurring API doc for more information.

Body

application/json
order
string
required
recurringType
enum<string>
required
Available options:
time,
price
user
string
required

Response

requestId
string
required
transaction
string
required