{
  "x402Version": 2,
  "id": 8296,
  "slug": "8296",
  "resource": "https://10x402.com/monitor/history",
  "description": "Every day this wing has held for one host — instrument readings and probes",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x885E7BEF433eb78F5976b28A7c10739c98DB11E5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6Cg4g7rXQApimMc9wVJGLLZfHsvbwGpGrUpGDgyJ2RaP",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "30000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": "{\"host\":\"10x402.com\"}",
          "bodyType": "text",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": "{\"kind\":\"monitor\",\"endpoint\":\"history\",\"host\":\"10x402.com\",\"subject_kind\":\"host\",\"probeable\":true,\"as_of\":\"2026-08-27\",\"state\":\"series\",\"days_held\":1,\"first_day\":\"2026-08-27\",\"last_day\":\"2026-08-27\",\"probed_days\":1,\"series\":[{\"day\":\"2026-08-27\",\"state\":\"probed\",\"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\":[\"Ordered oldest first, one entry per UTC day this wing captured. A day missing from this series is a day the capture did not run or did not see this host — it is not a day the host was absent from the market.\",\"An entry with `state: \\\"readings-only\\\"` was captured but not probed: the roster is capped, and being off it says nothing about the host.\"]}",
          "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\" } — the same subject form as /monitor/verdict. A bare 0x… wallet subject holds readings but can never hold probes, so its series carries no probe rows, 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 series: days_held, first_day, last_day, probed_days, and one entry per UTC day with instruments, probe and 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.674Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T14:59:15.388Z"
  },
  "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"
  }
}