Jupiter Get Order
jupiter_getOrderGet a swap quote and unsigned transaction in a single call, streamlining token swap preparation on Solana.
Instructions
Get a quote + unsigned swap transaction in a single call (Ultra API). The recommended entry-point for swaps. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taker | Yes | Taker (sender) wallet address | |
| amount | Yes | Raw token amount as string (no decimals) | |
| inputMint | Yes | Token mint address (base58) | |
| outputMint | Yes | Token mint address (base58) | |
| slippageBps | No | Slippage tolerance in bps (e.g. 50 = 0.5%) | |
| referralFeeBps | No | Referral fee in bps | |
| referralAccount | No | Solana wallet public key (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |