x402.fuchss.app
https://x402.fuchss.app/v1/watch/01KX131YBK3839VYR7XGRKWHXW/renewShares a payout wallet with 9 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Monitor ONE x402 endpoint for 30 days and get alerted on changes that break agents: payTo changes (critical — possible takeover/rug), price changes, asset/network changes, 402-spec regressions, delisting, and liveness (down/recovered). Account-free: pay, receive a one-time secret + poll URL. Push to multiple signed HTTPS webhooks and/or Slack/Discord incoming webhooks (up to 5 each per watch). Every push URL is connection-tested before payment — unreachable URLs are rejected with no charge. Edit URLs or cancel early for free via bearer-authed PATCH/DELETE /v1/watch/{id}. Poll the append-only event log; nothing is lost between polls.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
0.0% avgResponse time
Data table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/14/2026, 10:00:00 PM | 0% | 1 | — |
| 8/15/2026, 10:00:00 PM | 0% | 1 | — |
| 8/16/2026, 11:00:00 PM | 0% | 1 | — |
| 8/17/2026, 11:00:00 PM | 0% | 1 | — |
| 8/18/2026, 11:00:00 PM | 0% | 1 | — |
| 8/19/2026, 11:00:00 PM | 0% | 1 | — |
| 8/20/2026, 11:00:00 PM | 0% | 1 | — |
- Availability
- 0
- Latency
- not yet measured
- Security
- 100
- Transparency
- 61
- Activity
- 2
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- CloudFlare, Inc.
- Domain registered
- 2026-05-15
- Hosting network
- CLOUDFLARENET
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/27/2026 | 3 | 0.02 | 2 |
| 7/29/2026 | 1 | 0.01 | 1 |
| 8/2/2026 | 2 | 0.01 | 1 |
| 8/3/2026 | 4 | 0.02 | 1 |
| 8/4/2026 | 2 | 0.01 | 1 |
| 8/7/2026 | 6 | 0.23 | 2 |
| 8/8/2026 | 5 | 0.24 | 2 |
| 8/9/2026 | 4 | 0.02 | 1 |
| 8/12/2026 | 4 | 0.02 | 1 |
| 8/13/2026 | 1 | 0.01 | 1 |
| 8/15/2026 | 2 | 0.01 | 1 |
| 8/16/2026 | 2 | 0.01 | 1 |
| 8/18/2026 | 1 | 0.02 | 1 |
| 8/19/2026 | 3 | 0.05 | 1 |
| 8/20/2026 | 6 | 0.01 | 2 |
This payout wallet is shared: figures cover all 10 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"input": {
"bodyFields": {
"delivery": {
"description": "Optional push delivery: { webhook_url(s), slack_url(s) } (https public hosts, max 5 each). Each field accepts a single URL string or an array of URLs; webhook_url(s) = signed HTTPS webhook; slack_url(s) = Slack or Discord incoming webhook. All URLs are connection-tested before you're charged. Polling is always available.",
"required": false,
"type": "object"
},
"endpoint": {
"description": "Full x402 resource URL to watch (must be in our observation set).",
"required": true,
"type": "string"
},
"events": {
"description": "Event types to subscribe to (default all): payto_change, price_change, asset_network_change, spec_regression, delisting, liveness_down, liveness_recovered, liveness_flapping.",
"required": false,
"type": "array"
},
"liveness_sensitivity_n": {
"description": "Consecutive missed probes before a liveness_down is surfaced to you (1=paranoid … 10=relaxed; default 2).",
"required": false,
"type": "number"
}
},
"bodyType": "json",
"headerFields": {
"PAYMENT-SIGNATURE": {
"description": "Base64-encoded JSON PaymentPayload; auto-filled by x402 clients.",
"required": true,
"type": "string"
}
},
"method": "POST",
"type": "http"
},
"output": {
"cancel_url": "string",
"delivery": "object",
"edit_url": "string",
"expires_at": "number",
"liveness_sensitivity_n": "number",
"next_steps": "array",
"poll_url": "string",
"probe_interval_sec": "number",
"renew_url": "string",
"secret": "string",
"subscribed_events": "array | 'all'",
"watch_id": "string",
"watched": "array"
}
}