{
  "x402Version": 2,
  "site": "https://pvpwire.com",
  "publisher": {
    "name": "PVPWire",
    "url": "https://pvpwire.com",
    "description": "Competitive gaming data for humans and AI agents: structured stats, builds, mechanics, and captured game-economy time series, as a free JSON API plus machine-payable premium intelligence.",
    "agent_fair_trade": "PVPWire is agent fair-trade certified: open pricing, automatic no-charge on 5xx, circuit-breaker trip, schema fail, and stale data, Ed25519-signed receipts on every paid call, inference-only license. Standard at /.well-known/agent-fair-trade.json.",
    "method_support": {
      "live": [
        {
          "method": "exact",
          "network": "eip155:8453",
          "asset_symbol": "USDC",
          "note": "USDC on Base mainnet, verified via Base RPC (Transfer log)."
        }
      ],
      "evaluating": [
        {
          "method": "exact",
          "network": "solana:mainnet",
          "asset_symbol": "USDC",
          "note": "USDC on Solana. Wallet provisioned; the on-chain verifier is not wired yet, so Solana is not accepted until it lands."
        }
      ]
    },
    "contact": "evan@pizzarobotstudios.com",
    "docs": "https://pvpwire.com/developers/agent-payments",
    "llmsTxt": "https://pvpwire.com/llms.txt",
    "operator": {
      "legalEntity": "Pizza Robot Studios LLC",
      "jurisdiction": "California, USA",
      "terms": "https://pvpwire.com/terms",
      "privacy": "https://pvpwire.com/privacy",
      "note": "Pizza Robot Studios LLC is the legal entity behind the payment wallet. Premium credits are non-refundable."
    },
    "validation": {
      "method": "TLS + multi-publication",
      "publishedAt": [
        "https://pvpwire.com/llms.txt",
        "https://pvpwire.com/api/payment/info",
        "https://pvpwire.com/.well-known/x402.json"
      ],
      "note": "Cross-check the wallet address across every published location before sending funds. If any disagree, do not send."
    }
  },
  "payment": {
    "wallet": "0x4daf1d841228ba5d563c4c9f05bc4d57874bf660",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetSymbol": "USDC",
    "assetDecimals": 6,
    "network": "eip155:8453",
    "networkName": "Base mainnet",
    "creditsPerUsd": 50,
    "centsPerCredit": 2,
    "freeEvaluation": {
      "endpoint": "https://pvpwire.com/api/preview/economy-arbitrage-verdict",
      "description": "Free, no-auth preview of the top arbitrage pick per game, rate limited per IP. Use it to evaluate the shape and quality before paying for the full ranked verdict."
    },
    "flows": {
      "credits": {
        "description": "Recommended for repeat use. Buy a bearer token once, decrement credits per call.",
        "endpoints": {
          "info": "https://pvpwire.com/api/payment/info",
          "quote": "https://pvpwire.com/api/payment/buy-credits",
          "confirm": "https://pvpwire.com/api/payment/confirm",
          "balance": "https://pvpwire.com/api/payment/balance"
        }
      },
      "x402": {
        "description": "Per-call fallback. Call any /api/premium/* endpoint without auth to receive a 402 PaymentRequired body with the price, pay-to wallet, and a quote nonce. Pre-broadcast USDC on Base for the exact amount, then retry with the tx hash plus the quote nonce.",
        "header": "X-Payment-Tx",
        "auxiliary_header": "X-Payment-Quote",
        "verification": "The Worker reads the USDC Transfer log from the Base mainnet RPC receipt. Replay protection: every used tx hash is permanently recorded, and the quote binds the on-chain sender to defeat tx-hash sniping."
      }
    },
    "terms": {
      "noTraining": "Premium data is licensed for inference use only. Use of PVPWire premium responses to train, fine-tune, evaluate, or distill machine-learning models is prohibited.",
      "refund": "All credit purchases are final and non-refundable. Credits do not expire.",
      "sla": "No SLA in the launch phase. Per-endpoint freshness promises are advertised in each 402 challenge and enforced by automatic no-charge on stale data.",
      "sanctions": "Premium access is unavailable to persons or entities subject to OFAC, EU, UK, or UN sanctions, and to residents of comprehensively sanctioned jurisdictions. Inbound credit-purchase transactions are screened against the Chainalysis public sanctions API.",
      "governingLaw": "California law. Exclusive venue: Los Angeles County, California."
    }
  },
  "items": [
    {
      "resource": {
        "url": "https://pvpwire.com/api/premium/economy-arbitrage-verdict",
        "description": "Signed verdict on the best cross-market arbitrage in a tracked game economy (OSRS, GW2, FFXIV), computed over PVPWire's own daily corpus: the widest sustained spread, the ranked table, volume evidence, and a risk flag. Returns an AFTA Ed25519-signed receipt. Free preview of the single top pick at /api/preview/economy-arbitrage-verdict.",
        "mimeType": "application/json"
      },
      "type": "http",
      "method": "GET",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "20000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x4daf1d841228ba5d563c4c9f05bc4d57874bf660",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "outputSchema": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "game": "osrs"
              }
            }
          }
        }
      ],
      "metadata": {
        "name": "Economy arbitrage verdict",
        "tier": 1,
        "credits": 1,
        "category": "game-economy"
      }
    }
  ]
}
