{
  "x402Version": 2,
  "endpoints": [
    {
      "resource": "https://api.x402lint.dev/v1/scan",
      "method": "POST",
      "scheme": "exact",
      "networks": [
        "eip155:8453"
      ],
      "price": "$0.05",
      "description": "Paid ($0.05). ALWAYS runs a fresh 25-check scan of the origin (non-settling GET/HEAD + benign empty-POST probes), bypassing the 24h cache — use free GET /v1/report to read the cached result. Concurrent requests for the same origin join the in-flight scan rather than double-scanning. Returns grade, score, per-check status + evidence + fix instructions, and a shareable report URL. Unreachable/broken origins are a valid graded result (F). 504 processing responses and errors are never charged."
    },
    {
      "resource": "https://api.x402lint.dev/v1/directory/export",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453"
      ],
      "price": "$0.1",
      "description": "Paid ($0.10). The entire graded directory in one machine-shaped response: every listed origin with grade, score, grade history, legitimacy signals, branding, verification and featured status — the same record shape as /v1/directory plus gradeHistory, firstSeenAt, and scanCount. Capped at 10,000 records (truncated:true if hit). Grades measure protocol conformance only and are NOT endorsements."
    },
    {
      "resource": "https://api.x402lint.dev/v1/changes",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453"
      ],
      "price": "$0.03",
      "description": "Paid ($0.03). Everything that changed in the graded directory since a timestamp: newly listed origins (changeType \"new\"), grade changes (\"grade_changed\", with previousGrade/previousScore), and plain re-scans (\"rescanned\"). Poll this to keep a local copy of the directory fresh without re-buying the full export. An invalid since/limit is an uncharged 400."
    }
  ],
  "asset": "USDC",
  "networks": [
    "eip155:8453"
  ],
  "payTo": "0xf444abc53f5e1e73caec7df64d147ddb119514a0",
  "terms": "https://api.x402lint.dev/terms.txt",
  "instructions": "Conformance scanner + graded discovery directory for x402 sellers — free cached reports, $0.05 priority fresh scans, paid machine-tier directory export and change feed. Per-call USDC pricing, no signup. Docs: https://api.x402lint.dev/llms.txt"
}