quotes
Get quotes from Jupiter by specifying required parameters.
Request
Method:
Parameters:
Parameter
Type
Description
Request example:
curl --header "Authorization: $AUTH_HEADER" \
"https://ny.solana.dex.blxrbdn.com/api/v2/jupiter/quotes?inToken=SOL&outToken=USDC&inAmount=0.1&slippage=0.1",wscat --header "Authorization: $AUTH_HEADER"
-c wss://ny.solana.dex.blxrbdn.com/ws --execute '{"jsonrpc": "2.0", "id": 1, "method": "GetJupiterQuotes", "params": {"inToken": "SOL", "outToken": "USDC", "inAmount":0.1, "slippage": 0.1}}'///missingawait provider.getQuotes({
inToken: "SOL",
outToken: "USDC",
inAmount: 1,
slippage: 5,
limit: 5,
projects: ["P_RAYDIUM", "P_JUPITER"],
})Response:
Fields:
Field
Type
Description
Field
Type
Description
Field
Type
Description
Field
Type
Description
Field
Type
Description
Field
Type
Description