{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402-dexter-cash-api-jupiter-quote-pro",
  "title": "x402.dexter.cash \u00b7 /api/jupiter/quote/pro",
  "url": "https://x402.dexter.cash/api/jupiter/quote/pro",
  "category": "other",
  "summary": "x402-dexter-cash-api-jupiter-quote-pro \u2014 x402-protected other API",
  "seo": {
    "title": "x402.dexter.cash \u00b7 /api/jupiter/quote/pro",
    "description": "x402-dexter-cash-api-jupiter-quote-pro \u2014 x402-protected other API"
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "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": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "37ftj5z1fruFMvSA8vYdFZQoe49amFD65zwhKeS4Rb5P",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "3tA8MqyMXPBXXMKoAutsjdZeYzScJjWD2KY7EqvECAPZ",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "7uQAPjABxSxkuzYJJmDeMch4x8N3aaph2zv4CpoyDJeG",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "7ZpsXfd71ihamtBddhZaxL89d2g4cMyV3ptuiAhKWcm5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "Gx6D6wq18fGqNwrFvTsjY55iEVCqX4sHS8QFEorGVK3x",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "GdysAtdn43jytmXfb5BtshYK4snPzNKURRpiCH3m7EpL",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "FrGhLeVhqHFxgn2e3Yd35e5DKcRBeHpWXjvVRZfYQhRp",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "874z6d7bXkvRdXAtbXAxvUBT7wr6EPm6aGS5kyfiTzPV",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "3HzJzRfVyUsgABFEvT6CKcEDkFUofEobXuD6S1AxM9zw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "9n1hLRCNMqyH3UkSuA44qVQgGnadWzMNBpD15MLfC1AZ",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "2iS2BpGo1fjTRnCgos53oX6NqcHZ73qSFvCmwNGDg91V",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": "B74mi1w4d3DMJ4XKzp17AKYUpJVFHfxh4bhZj6uYSURP",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Jupiter swap quote preview (Pro tier)",
      "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": {
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "@id": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
    "name": "x402.dexter.cash \u00b7 /api/jupiter/quote/pro",
    "description": "x402-dexter-cash-api-jupiter-quote-pro \u2014 x402-protected other API",
    "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
    "sameAs": "https://x402.dexter.cash/api/jupiter/quote/pro",
    "applicationCategory": "other",
    "identifier": "x402-dexter-cash-api-jupiter-quote-pro",
    "provider": {
      "@type": "Organization",
      "@id": "https://x402all.com/server/x402-dexter-cash",
      "name": "x402.dexter.cash",
      "url": "https://x402.dexter.cash"
    },
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-jupiter-quote-pro",
      "description": "Test-buy this endpoint on AXON"
    },
    "offers": [
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.1",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/x402-dexter-cash-api-jupiter-quote-pro",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.100000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      }
    ]
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-jupiter-quote-pro",
  "callability": {
    "status": "partial",
    "schema_callability": 0.262,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-10T23:49:06.044202+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402.dexter.cash/api/jupiter/quote/pro",
    "content_type": "application/json",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "14de0a76a1eca1d519a74d1ff204d0f774b4a378abaf78cc25726f59dc1f484d"
  }
}