{
  "x402Version": 2,
  "id": 4299,
  "slug": "4299",
  "resource": "https://agentreader.dev/trust",
  "description": "Verified-delivery trust data for any x402 service: full history of real PAID test purchases against the endpoint (not free 402 probes) - delivery rate, response validity, latency, price stability. Free aggregate at /leaderboard; this endpoint returns the complete per-check history for one resource. Untracked resources return 404 and you are NOT charged. Use it before wiring an unknown x402 service into your agent.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "resource": "https://api.example-x402-service.com/endpoint"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "found": true,
            "history": [
              {
                "checkedAt": "2026-08-17T03:00:00.000Z",
                "contentType": "application/json",
                "delivered": true,
                "jsonValid": true,
                "latencyMs": 662,
                "method": "GET",
                "priceUsd": 0.01,
                "settled": true,
                "status": 200
              }
            ],
            "query": {
              "resource": "https://api.example-x402-service.com/endpoint"
            },
            "summary": {
              "avgLatencyMs": 840,
              "checks": 12,
              "delivered": 11,
              "deliveryRate": 0.917,
              "firstChecked": "2026-08-10T03:00:00.000Z",
              "lastChecked": "2026-08-17T03:00:00.000Z"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "resource": {
                    "description": "x402 resource URL (or origin) to look up",
                    "type": "string"
                  }
                },
                "required": [
                  "resource"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agentreader.dev",
  "lastUpdated": "2026-09-01T02:32:56.191Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T02:32:56.072Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentreader.dev",
    "manifest_name": "agentreader.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}