cURL
curl --request POST \ --url https://lite-api.jup.ag/ultra/v1/execute \ --header 'Content-Type: application/json' \ --data '{ "signedTransaction": "<string>", "requestId": "<string>" }'
{ "status": "Success", "signature": "<string>", "slot": "<string>", "error": "<string>", "code": 123, "totalInputAmount": "<string>", "totalOutputAmount": "<string>", "inputAmountResult": "<string>", "outputAmountResult": "<string>", "swapEvents": [ { "inputMint": "<string>", "inputAmount": "<string>", "outputMint": "<string>", "outputAmount": "<string>" } ] }
requestId
/order
Successful response
Success
Failed
Show child attributes