jupiter_getOrder
Retrieve a swap quote and unsigned transaction in one API call for token swaps on Solana.
Instructions
Get a quote + unsigned swap transaction in a single call (Ultra API). The recommended entry-point for swaps.
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) |