get_swap_quote
Calculate the best swap rate for any token pair on Solana using Jupiter DEX aggregator, requiring input/output mint addresses and amount.
Instructions
Get a swap quote from Jupiter DEX aggregator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_mint | Yes | Input token mint address (or 'SOL' for native SOL) | |
| output_mint | Yes | Output token mint address (or 'SOL' for native SOL) | |
| amount | Yes | Amount of input token (UI amount) | |
| slippage_bps | No | Slippage tolerance in basis points (default 50 = 0.5%) |