jupiter_send_swap_transaction
Execute Solana token swaps using Jupiter's API by sending prebuilt swap transactions. Supports optional retries and preflight check skipping for optimized blockchain interactions.
Instructions
Send a swap transaction on Jupiter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxRetries | No | ||
serializedTransaction | No | ||
skipPreflight | No | ||
swapTransaction | No |
Input Schema (JSON Schema)
{
"properties": {
"maxRetries": {
"type": "number"
},
"serializedTransaction": {
"type": "string"
},
"skipPreflight": {
"type": "boolean"
},
"swapTransaction": {
"type": "string"
}
},
"type": "object"
}