get_jupiter_quote
ActiveTool of CryptoData API
declared in 3.0.0
Get Jupiter swap quote: best route, price impact, fees for any Solana token pair. $0.01.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"amount": {
"type": "number",
"default": 1000000,
"description": "Amount in smallest units (default 1 USDC = 1000000)"
},
"api_key": {
"type": "string",
"description": "Optional — for billing"
},
"inputMint": {
"type": "string",
"default": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"description": "Input token mint address (default: USDC)"
},
"outputMint": {
"type": "string",
"default": "So11111111111111111111111111111111111111112",
"description": "Output token mint address (default: SOL)"
},
"slippageBps": {
"type": "number",
"default": 50,
"description": "Slippage in basis points (default 0.5%)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
CryptoData API
https://github.com/elevasyncsolutions-jpg/cryptodata-api
2/7 registries