Execute a live swap
execute_swapExecute a real on-chain Solana swap using a previously fetched Jupiter quote. Confirm the quote and provide its timestamp to submit the transaction, subject to server-side safety caps.
Instructions
Executes a REAL on-chain swap using a quote previously obtained from get_jupiter_quote or get_token_overview. Requires TRADING_ENABLED=true on the server and confirm: true on the call. Subject to server-side caps on amount, slippage, and quote freshness regardless of what is requested. This tool is always listed, even when trading is disabled, in which case it returns a structured refusal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | The exact `quote` object returned by a prior get_jupiter_quote (or get_token_overview) call, unmodified | |
| confirm | Yes | Must be exactly true. Confirms this will submit a real on-chain transaction. | |
| quoteFetchedAt | Yes | The `fetchedAt` ISO timestamp returned alongside that quote |