Skip to main content

/quote REST API Endpoint

Sends a GET request to the Jupiter API to get the best priced quote.

Updated on
Apr 17, 2024

/quote REST API Endpoint

Please note that this method is available for Free and Paid subscribers of Metis - Jupiter V6 Swap API. Along with jupiterapi.com users.

Query Parameters

inputMint
string
REQUIRED
Input token mint address
outputMint
string
REQUIRED
Output token mint address
amount
integer
REQUIRED
The amount to swap, have to factor in the token decimals
slippageBps
integer
The slippage % in BPS. If the output token amount exceeds the slippage then the swap transaction will fail
swapMode
string
The swap mode. Possible values includes - ExactIn, ExactOut. The default value is set to ExactIn. ExactOut is for supporting use cases where you need an exact token amount, like payments
dexes
array
The DEXes that you want to include only and separate them by ','
excludeDexes
array
The DEXes that you want to exclude and separate them by ','
restrictIntermediateTokens
boolean
Restrict intermediate tokens to a top token set that has stable liquidity. This will help to ease potential high slippage error rate when swapping with minimal impact on pricing
onlyDirectRoutes
boolean
Direct Routes limits Jupiter routing to single hop routes only. By default it is set to 'False'
asLegacyTransaction
boolean
Instead of using versioned transaction, this will use the legacy transaction. By default it is set to 'False'
platformFeeBps
integer
If you want to charge the user a fee, you can specify the fee in BPS. Fee % is taken out of the output token
maxAccounts
integer
Rough estimate of the max accounts to be used for the quote, so that you can compose with your own accounts

Returns

inputMint
string
The source token's mint address
inAmount
string
The amount of the source token being swapped
outputMint
string
The destination token's mint address
outAmount
string
The amount of the destination token received after the swap
otherAmountThreshold
string
A threshold amount for the destination token
swapMode
string
Indicates the swap mode
slippageBps
integer
Slippage tolerance in basis points
platformFee
object
The platform Fee object which contains the following fields:
amount
string
The amount of the platform fee
feeBps
integer
The fee percentage in basis points
priceImpactPct
string
The percentage of price impact due to the swap
routePlan
array
An array containing detailed information about each step of the swap process
swapInfo
object
Detailed information about a specific swap step
ammKey
string
The key identifying the Automated Market Maker (AMM) responsible for the swap
label
string
A label or identifier for the AMM
inputMint
string
The mint address of the token being swapped from in this step
outputMint
string
The mint address of the token being received in this step
inAmount
string
The amount of the token being swapped from in this step
outAmount
string
The amount of the token being received after the swap in this step
feeAmount
string
The amount of fee charged for this step of the swap
feeMint
string
The mint address of the token used for paying fees in this step
percent
integer
The percentage allocation of the swap for this step
contextSlot
integer
A contextual identifier
timeTaken
integer
Time taken for the request to be processed
Request
1
curl --location 'https://docs-demo.solana-mainnet.quiknode.pro/quote?inputMint=So11111111111111111111111111111111111111112&outputMint=EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm&amount=1000000000'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free