jupiter-swap
Swap tokens on Solana by specifying input and output mint addresses, amount, and optional slippage tolerance. Executes the trade through Jupiter's aggregator.
Instructions
Swap tokens on Solana using Jupiter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount of input tokens to swap | |
| input_mint | Yes | The mint address of the input token | |
| output_mint | Yes | The mint address of the output token | |
| slippage_bps | No | Slippage tolerance in basis points (e.g., 1000 = 10%) |