Skip to main content

execute

POST 

https://lite-api.jup.ag/ultra/v1/execute

Execute the signed transaction and get the execution status

note
  • Do note that the requestId is found in the response of /order
  • Refer to Ultra API doc for more information

Request

Body

    signedTransactionstringrequired

    The signed transaction to execute

    requestIdstringrequired

    Found in response of /order

Responses

Successful response

Schema
    statusstringrequired

    Possible values: [Success, Failed]

    signaturestring
    slotstring
    errorstring
    codenumberrequired
    inputAmountResultstring
    outputAmountResultstring
    swapEvents object[]
  • Array [
  • inputMintstringrequired
    inputAmountstringrequired
    outputMintstringrequired
    outputAmountstringrequired
  • ]
curl -L 'https://lite-api.jup.ag/ultra/v1/execute' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"signedTransaction": "string",
"requestId": "string"
}'
Request Collapse all
Base URL
https://lite-api.jup.ag/ultra/v1
Body
{
  "signedTransaction": "string",
  "requestId": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!