{
  "ok": true,
  "schema": "wisely.x402.external-x402-quote.info.v1",
  "endpoint": "https://payments.wiselyenterprisesllc.com/x402/quote",
  "method": "POST",
  "purpose": "Quote how a caller can satisfy an external x402 seller/payment requirement, including optional crypto conversion into the seller-required settlement asset.",
  "accepts": {
    "sellerUrl": "Third-party paid x402 resource URL. The endpoint will probe it for HTTP 402 payment requirements.",
    "sellerMethod": "Optional GET or POST. Use POST when the seller needs a public-safe body before returning 402.",
    "sellerBody": "Optional public-safe POST body. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.",
    "paymentRequirement": "Optional already-captured x402 payment requirement/accepts object.",
    "fromAsset": "Starting asset the caller wants to spend, for example USDC, ETH, MOG, FLOKI, SOL, or FARTCOIN.",
    "fromNetwork": "Starting network, for example base, ethereum, or solana."
  },
  "example": {
    "sellerUrl": "https://example.com/paid-resource",
    "sellerMethod": "GET",
    "fromNetwork": "base",
    "fromAsset": "USDC"
  },
  "note": "GET is informational for crawlers and agents. Use POST for a real quote."
}