{
  "version": "1.7.0",
  "title": "Source-backed profiles selected",
  "summary": "A small, dated editorial dataset for integration research. Use the JSON API to retrieve the same records.",
  "metrics": [
    {
      "label": "Profiles",
      "value": 1
    },
    {
      "label": "Checked at",
      "value": "2026-09-19"
    },
    {
      "label": "Freshness",
      "value": "Within your age limit"
    }
  ],
  "tables": [
    {
      "title": "Official-source profiles",
      "columns": [
        "Profile",
        "Purpose",
        "Status",
        "Version",
        "Source"
      ],
      "rows": [
        [
          "x402 v2 exact EVM",
          "payment",
          "specification",
          "2",
          "https://github.com/coinbase/x402/blob/main/specs/x402-specification-v2.md"
        ]
      ]
    }
  ],
  "notes": [
    "These are editorial summaries and review checklists, not exhaustive protocol schemas or conformance certificates. Read the linked specification before implementing.",
    "The dataset is a release snapshot. The API reports its original checkedAt and current age; it does not silently refresh the research date. Free access is available; no paid feed is on sale."
  ],
  "data": {
    "profiles": [
      {
        "id": "x402-v2-exact-evm",
        "name": "x402 v2 exact EVM",
        "purpose": "payment",
        "network": "eip155",
        "status": "specification",
        "version": "2",
        "source": "https://github.com/coinbase/x402/blob/main/specs/x402-specification-v2.md",
        "checkedAt": "2026-09-19",
        "claim": "Payment-required challenges describe acceptable payment options; verification and settlement are separate operations.",
        "fields": [
          "x402Version",
          "accepts"
        ],
        "boundary": "This record describes one EVM exact profile. It does not certify an endpoint, facilitator or settlement.",
        "tags": [
          "http",
          "payment-required"
        ]
      }
    ],
    "checkedAt": "2026-09-19",
    "ageDays": 0,
    "stale": false
  }
}
