solana_execute_swap
Execute token swaps on Solana using Jupiter DEX aggregator. Provide input and output mint addresses along with the amount to complete the swap.
Instructions
Execute a token swap using Jupiter DEX aggregator (using private key from environment)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount of input tokens (in smallest denomination) | |
| inputMint | Yes | Input token mint address | |
| outputMint | Yes | Output token mint address | |
| slippageBps | No | Slippage tolerance in basis points (optional, default 50 = 0.5%) |