Skip to main content

execute

Execute a swap order and get the execution status.

Refer to Ultra API doc for more information.

Request Body
signedTransaction string REQUIRED
requestId string REQUIRED
Responses
200

Successful response

Schema OPTIONAL
status string

Possible values: [Success, Failed]

signature string OPTIONAL
slot string OPTIONAL
error string OPTIONAL
code number
inputAmountResult string OPTIONAL
outputAmountResult string OPTIONAL
swapEvents object[] OPTIONAL
inputMint string
inputAmount string
outputMint string
outputAmount string
400

Bad request

Schema OPTIONAL
error string
code number
500

Internal server error

Schema OPTIONAL
error string
code number