Every day this wing has held for one host — instrument readings and probes
Every day this wing has held for one host — instrument readings and probes
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-02
updated
Provider
10x402.com · discovered, not yet claimed by its owner
Payment (x402 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
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://10x402.com/monitor/history" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://10x402.com/monitor/history");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://10x402.com/monitor/history")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8296.json, and this resource appears in /discovery/resources and /discovery/search.