Skip to main content
POST
/
execute
execute
curl --request POST \
  --url https://lite-api.jup.ag/recurring/v1/execute \
  --header 'Content-Type: application/json' \
  --data '{
  "requestId": "<string>",
  "signedTransaction": "<string>"
}'
{
  "error": "<string>",
  "order": "<string>",
  "signature": "<string>",
  "status": "Success"
}

Body

application/json
requestId
string
required
signedTransaction
string
required

Response

Transaction executed successfully

signature
string
required
status
enum<string>
required
Available options:
Success,
Failed
error
string | null
order
string | null

Base-58 account which is the Recurring Order account

I