cURL
curl --request POST \ --url https://lite-api.jup.ag/recurring/v1/priceWithdraw \ --header 'Content-Type: application/json' \ --data '{ "amount": "<string>", "inputOrOutput": "In", "order": "<string>", "user": "<string>" }'
{ "requestId": "<string>", "transaction": "<string>" }
Request for a base64-encoded unsigned price-based recurring order withdrawal transaction to be used in POST /recurring/v1/execute. Price-based recurring orders are deprecated, please use time-based recurring orders instead.
POST /recurring/v1/execute
In
Out