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

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

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