{
  "x402Version": 2,
  "id": 8297,
  "slug": "8297",
  "resource": "https://10x402.com/monitor/verdict",
  "description": "The latest stored reading for a host: three rating instruments plus what it answered when asked — dated, never live, and it says how old it is",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x885E7BEF433eb78F5976b28A7c10739c98DB11E5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6Cg4g7rXQApimMc9wVJGLLZfHsvbwGpGrUpGDgyJ2RaP",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": "{\"host\":\"10x402.com\"}",
          "bodyType": "text",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": "{\"kind\":\"monitor\",\"endpoint\":\"verdict\",\"host\":\"10x402.com\",\"subject_kind\":\"host\",\"probeable\":true,\"as_of\":\"2026-08-27\",\"state\":\"probed\",\"freshness\":{\"probed_at\":\"2026-08-27T11:47:12.000Z\",\"probe_age_hours\":0.2,\"stale\":false,\"stale_after_hours\":36,\"day\":\"2026-08-27\",\"days_behind_utc_today\":0,\"reads\":\"the stored probe is 0.2 h old, inside the 36 h bound.\"},\"instruments\":{\"agenteconomy\":{\"source\":\"agenteconomy.report/s/ratings.json (CC BY 4.0)\",\"observed\":true,\"uptime\":0,\"score\":0,\"tier\":\"D\",\"settled_usd_14d\":1.33,\"organic_paying_agents\":5,\"flag\":\"NEW\",\"reads\":\"uptime 0.0 — dead at this instrument, score 0, tier D, $1.33 settled over 14 days, 5 organic paying agents (the rater's own term for its non-bot payer count), flagged NEW\"},\"apistrust\":{\"source\":\"apistrust.com host table\",\"observed\":true,\"score\":100,\"endpoints\":4,\"endpoints_down\":0,\"reads\":\"score 100, 0 of 4 endpoints down\"},\"bazaar\":{\"source\":\"CDP Bazaar discovery catalogue, per-resource quality block\",\"observed\":true,\"calls_30d\":4,\"unique_payers_30d\":3,\"last_called_at\":\"2026-08-27T03:22:07.269Z\",\"resource\":\"https://10x402.com/lint/one\",\"declared_method\":\"POST\",\"reads\":\"4 calls in 30 days, 3 unique payers, last called 2026-08-27T03:22:07.269Z, declares POST\"}},\"probe\":{\"ran\":true,\"ts\":1787831232,\"at\":\"2026-08-27T11:47:12.000Z\",\"declared_method\":\"POST\",\"declared\":{\"asked\":true,\"answered\":true,\"status\":402,\"latency_ms\":null,\"reads\":\"answered 402 (latency not recorded)\"},\"get\":{\"asked\":true,\"answered\":true,\"status\":405,\"latency_ms\":null,\"reads\":\"answered 405 (latency not recorded)\"},\"evidence\":{\"payment_required_header\":{\"seen\":true,\"reads\":\"the x402 v2 PAYMENT-REQUIRED header was present\"},\"v1_body_x402version\":{\"seen\":true,\"reads\":\"an x402 v1 body carrying x402Version was present\"},\"note\":\"Both are read from the DECLARED-verb response — a GET-only reading of a POST endpoint is the wrong reading.\"},\"reads\":\"on POST, its declared verb, it answered 402 (latency not recorded); on GET it answered 405 (latency not recorded) — which is exactly the shape a GET-only rater records as dead\"},\"flags\":[{\"id\":\"liveness-contradiction\",\"statement\":\"agenteconomy.report rated this host dead — uptime 0.0 — while apistrust.com recorded 0 of its endpoints down: none. Both instruments had data for this host; one says dead, the other says live.\"},{\"id\":\"wrongly-dead\",\"statement\":\"Rated at uptime 0.0 — but when this service sent an unpaid POST to the resource its own catalogue row declares, it answered 402: the response a live, paid x402 endpoint gives. The rating and the endpoint disagree, and the endpoint was asked directly.\"}],\"notes\":[\"Every number here is a STORED observation of a public surface, re-served. Nothing was fetched to answer this call, so the `as_of` day is the truth about when it was measured.\",\"NULL and 0 are different claims throughout: a NULL instrument column means that instrument had no row for this host that day, a 0 means it reported zero, and a probe status of 0 means it was asked and answered nothing at all.\",\"Flags are computed at read time from the stored rows, never stored. GET /monitor names the roster criteria in full, free.\"]}",
          "format": "application/json",
          "type": "text"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "description": "a JSON object: { \"host\": \"socialx402.com\" } — one hostname, or the https URL of an endpoint (its host is taken). A bare 0x… wallet address is accepted too, because the rating instrument files some of its rows under one, up to 256 KB",
                "maxLength": 262144,
                "type": "string"
              },
              "bodyType": {
                "const": "text",
                "type": "string"
              },
              "method": {
                "const": "POST",
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "description": "the sample request body above, actually run through this endpoint — or, when that run is larger than a response header should carry, an object naming its size and the free URL it is published at in full",
                "type": "string"
              },
              "format": {
                "const": "application/json",
                "description": "a JSON verdict: as_of, freshness, the three instruments, the two-verb probe, and the read-time flags. NULL and 0 are different claims throughout: NULL means no row or never asked; 0 means a real zero, or asked with no HTTP answer",
                "type": "string"
              },
              "type": {
                "const": "text",
                "type": "string"
              }
            },
            "required": [
              "type",
              "format"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "10x402.com",
  "lastUpdated": "2026-09-02T14:59:15.296Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T14:59:14.762Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "10x402.com",
    "manifest_name": "10x402.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}