{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402-dexter-cash-api-jupiter-quote",
  "title": "X402 \u00b7 Jupiter Quote",
  "url": "https://x402.dexter.cash/api/jupiter/quote",
  "category": "finance",
  "summary": "X402 \u00b7 Jupiter Quote \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "X402 \u00b7 Jupiter Quote \u2014 x402 finance API \u00b7 $0.050 per call",
    "description": "X402 \u00b7 Jupiter Quote \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.667,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9421c7ca7d8dcee9760d72be81137ee162003c36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DQ9a5StUHfy6QwKpqxWBnx8jU5kw2hAs7g7D5TFUnFvr",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9421c7CA7D8DcEe9760d72Be81137eE162003C36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "je7Uvc2W82w1b2eAHqQdqXehE4do8hUArspZArdM1Vo",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "Fx97dyBqbomJT8Arzs6xR93SGZBmtXvwuoZpx2QuoxiY",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "HiRVGiTnN7EfKR61GQU9WfxK1xkVb6yuTikqsEDLn8Fg",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DHpC4cMM6EnYuRnm5bBCTwYDzyCfj8Gj4RyssJ6HD53z",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "GECborqQKPar4x4FDw1qXLfofd7gbgQkbSvUBTgaxP9t",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "X4o2D8op42a2jcNJJVZcDq3eYivh1oR9XiezPWCXosZ",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "5c219cRr39in8BG8bUa5jodKv99d4r74u5F8PrUqwhPc",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "HdgKowEdhpTx2Z8QHrtwurHSDFyzCYDuKJoEo2oMeW19",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "8xPf2SCd2cTzrQtNWAZ49TfoZAZvGmZPN5KjWMP9KiZb",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "ETcjGKGjiUvURjsch4Pv5bZ1JuYzu5pt2KbsK8FWFRqt",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "EkcGUqzGFNBqkH8nLDYt8iAkr8Y5cHVes3h48aEDvsUt",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "HC67WRBXCRx1Ajquh22fqBvYq3LEaFfSMbT7zfyXn38x",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "EX2AyiL75kGbXeNPRamVCQx1MxyXpYvdP2TspSXqwJUC",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "EQqER7ebwYrf5ez8mUyU1bVm1qXZPfP3gc5Bae8pgRHn",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "GwAUL25ZuABDUhyqQJrofRH6wxE9N2tj953eqnADdar8",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "amount": {
              "type": "string",
              "description": "Trade amount in SOL units. Blank uses 10 SOL."
            },
            "swapMode": {
              "enum": [
                "ExactIn",
                "ExactOut"
              ],
              "type": "string",
              "description": "Swap mode forwarded to Jupiter. Blank uses ExactIn."
            },
            "amountOut": {
              "type": "string",
              "description": "Optional: desired Donica output amount (ExactOut). Overrides amount when provided."
            },
            "inputMint": {
              "type": "string",
              "description": "Input mint address. Blank uses SOL."
            },
            "outputMint": {
              "type": "string",
              "description": "Output mint address. Blank uses the Donica Lewinsky (DONICA) mint."
            },
            "slippageBps": {
              "type": "integer",
              "description": "Slippage tolerance in bps. Blank uses 100."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the quote request succeeded."
          },
          "quote": {
            "type": "object",
            "properties": {
              "inAmount": {
                "type": "string",
                "description": "Atomic input amount."
              },
              "swapMode": {
                "type": "string",
                "description": "ExactIn or ExactOut."
              },
              "inputMint": {
                "type": "string",
                "description": "Input mint passed to Jupiter."
              },
              "outAmount": {
                "type": "string",
                "description": "Atomic output amount."
              },
              "routePlan": {
                "type": "array",
                "description": "Route legs Jupiter will execute."
              },
              "timeTaken": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Milliseconds Jupiter spent creating the quote."
              },
              "inAmountUi": {
                "type": "string",
                "description": "Input amount in SOL units."
              },
              "outputMint": {
                "type": "string",
                "description": "Output mint passed to Jupiter."
              },
              "contextSlot": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Slot number of the quote context."
              },
              "outAmountUi": {
                "type": "string",
                "description": "Output amount in Donica units."
              },
              "slippageBps": {
                "type": "number",
                "description": "Slippage tolerance applied to the quote."
              },
              "priceImpactPct": {
                "type": "string",
                "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
              },
              "inputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the input mint."
              },
              "outputMintDecimals": {
                "type": "number",
                "description": "Decimals used for the output mint."
              },
              "otherAmountThreshold": {
                "type": "string",
                "description": "Amount threshold Jupiter guarantees after slippage."
              }
            },
            "description": "Raw Jupiter quote payload including route plan and price impact data."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-dexter-cash",
    "host": "x402.dexter.cash",
    "url": "https://x402.dexter.cash",
    "favicon": "https://x402.dexter.cash/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
    "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
    "name": "X402 \u00b7 Jupiter Quote",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://x402.dexter.cash/api/jupiter/quote",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-dexter-cash",
      "url": "https://x402.dexter.cash",
      "name": "x402.dexter.cash",
      "@type": "Organization"
    },
    "identifier": "x402-dexter-cash-api-jupiter-quote",
    "description": "X402 \u00b7 Jupiter Quote \u2014 x402-protected finance API. Pay $0.050 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-jupiter-quote",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-jupiter-quote",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-11T00:51:42.695954+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402.dexter.cash/api/jupiter/quote",
    "content_type": "application/json",
    "response_schema": {
      "ok": {
        "type": "boolean",
        "description": "True when the quote request succeeded."
      },
      "quote": {
        "type": "object",
        "properties": {
          "inAmount": {
            "type": "string",
            "description": "Atomic input amount."
          },
          "swapMode": {
            "type": "string",
            "description": "ExactIn or ExactOut."
          },
          "inputMint": {
            "type": "string",
            "description": "Input mint passed to Jupiter."
          },
          "outAmount": {
            "type": "string",
            "description": "Atomic output amount."
          },
          "routePlan": {
            "type": "array",
            "description": "Route legs Jupiter will execute."
          },
          "timeTaken": {
            "type": [
              "number",
              "null"
            ],
            "description": "Milliseconds Jupiter spent creating the quote."
          },
          "inAmountUi": {
            "type": "string",
            "description": "Input amount in SOL units."
          },
          "outputMint": {
            "type": "string",
            "description": "Output mint passed to Jupiter."
          },
          "contextSlot": {
            "type": [
              "number",
              "null"
            ],
            "description": "Slot number of the quote context."
          },
          "outAmountUi": {
            "type": "string",
            "description": "Output amount in Donica units."
          },
          "slippageBps": {
            "type": "number",
            "description": "Slippage tolerance applied to the quote."
          },
          "priceImpactPct": {
            "type": "string",
            "description": "Price impact expressed as a decimal percent (e.g., 0.025 = 2.5%)."
          },
          "inputMintDecimals": {
            "type": "number",
            "description": "Decimals used for the input mint."
          },
          "outputMintDecimals": {
            "type": "number",
            "description": "Decimals used for the output mint."
          },
          "otherAmountThreshold": {
            "type": "string",
            "description": "Amount threshold Jupiter guarantees after slippage."
          }
        },
        "description": "Raw Jupiter quote payload including route plan and price impact data."
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "ec920d4ce27b14e4dfcdb2d62565f47cb61715e4b7525fcbb10c6ecfbfab8b24"
  }
}