You're viewing a demo portfolio

Join the waitlist
PRSM

get_jupiter_quote

Active

Tool 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%)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

CryptoData API

https://github.com/elevasyncsolutions-jpg/cryptodata-api

2/7 registries
View full server →
get_jupiter_quote — CryptoData API — PRSM MCP