spraay_solana_jupiter_quote
Gets a Jupiter swap quote for exchanging tokens on Solana. Provide input and output token mints, amount, and optional slippage. Read-only operation with a $0.005 USDC fee per request.
Instructions
Jupiter swap quote. Costs $0.005 USDC per call. Read-only. Pass the listed fields directly as typed arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | amount parameter | |
| inputMint | Yes | inputMint parameter | |
| outputMint | Yes | outputMint parameter | |
| slippageBps | No | slippageBps parameter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |