NOTE
- Lite URL:
https://lite-api.jup.ag/recurring/v1/getRecurringOrders - Pro URL:
https://api.jup.ag/recurring/v1/getRecurringOrders
/getRecurringOrders endpoint. The response is paginated for every 10 orders and you can view different pages using the page parameter.
Get Recurring Orders
NOTE
- orderStatus can be either
activeorhistory - recurringType can be either
time(priceis deprecated) - includeFailedTx can be either
trueorfalse
Active Orders
To get the active orders, you can pass in theorderStatus parameter as active.
Order History
To get the order history, you can pass in theorderStatus parameter as history.
