๐จ Action Required: lite-api.jup.ag will be deprecated on 31st January 2026. View migration guide โ
lite-api.jup.ag
cURL
curl --request POST \ --url https://api.jup.ag/trigger/v1/execute \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "requestId": "<string>", "signedTransaction": "<string>" } '
{ "signature": "38CtpugRBobyj1JMkHj9umQyj1D8q6bs1jcMRcw7Fiyp4BXv4uh4bD4TyJs6fsqYCDDfQpeRewA7HjLA1Eprc8uR\n", "status": "Success" }
Execute the signed transaction and get the execution status
requestId
/createOrder
/cancelOrder
Get API key via https://portal.jup.ag
Found in the response of /createOrder or /cancelOrder
The signed transaction to execute
Signature of the successful transaction
Success
Failed