Skip to main content
POST
/
execute
execute
curl --request POST \
  --url https://api.jup.ag/trigger/v1/execute \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "signedTransaction": "AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAEN..."
}
'
{
  "status": "Success",
  "signature": "5UfDuX7hXbTiKFJqS1MzGsNpbXTzMKJe2bZP1zrd7DnFBSChKvF2FVDNAuqz7SJpaHXTB9E5DP6tMjfZmVDMJRs",
  "code": 0
}
NOTE
  • Do note that the requestId is found in the response of /createOrder or /cancelOrder

Authorizations

x-api-key
string
header
required

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

Body

application/json
requestId
string
required

Found in the response of /createOrder or /cancelOrder

signedTransaction
string
required

The signed transaction to execute

Response

Signature of the successful transaction

code
number
required
signature
string
required

Signature of the successful transaction

status
enum<string>
required
Available options:
Success,
Failed