watch endpoint 30d derived
x402.fuchss.appCommunicationsderived
POST https://x402.fuchss.app/v1/watch-endpoint-30d
failabsent from every registrycounted above 56% of Communications
0.2 USDC
per call, as the listing declares it on eip155:
Compare with anotherEvery figure as JSONCite this page
the price, as of 2026-09-13 11:49 UTC · method
- Validation state
- fail
- Uptime, 7 / 30 / 90 days
- 67% / 67% / 67%
- Calls, trailing 30 days
- 3
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-24 17:10 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.2 USDC
- Networks
- 1
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 20 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.
watch endpoint 30d answered HTTP 308 rather than 402 at the sweep of 2026-09-13; the recorded state is fail.
x402.fuchss.app serves watch endpoint 30d, a POST endpoint that TOLL places in communications, listed in neither registry at the last pull.
On Base, watch endpoint 30d asks 0.2 USDC per call.
The request to watch endpoint 30d is a json body with the fields events, delivery, endpoint and liveness_sensitivity_n.
A response from watch endpoint 30d, as declared, includes secret, watched, delivery, edit_url, poll_url, watch_id and 2 others.
watch endpoint 30d drew 3 calls from one payer in the trailing 30 days.
The last call to watch endpoint 30d came 22 days before the snapshot, 2026-08-24.
x402.fuchss.app lists no other endpoint.
watch endpoint 30d is near the top of prices in communications; 91% of comparable listings are cheaper.
Closest in price to watch endpoint 30d within communications: clado contacts enrich at stableenrich.dev and scout x at scout.hugen.tokyo.
The wallet paid by watch endpoint 30d is the payee of 11 endpoints across 2 hosts.
watch endpoint 30d out-counts 56% of the 443 endpoints in communications that carry counters.
The seller's tags on watch endpoint 30d are x402, trust, reliability and monitoring, and its label is "monitoring".
watch endpoint 30d was missing from the Coinbase registry at the pull of 2026-09-13, confirmed at the pull of 2026-09-13; that is registry presence, not liveness.
Where the sentences above compare this endpoint with others, the comparison is against the index as it stands now, live; the figures above are final.
the payment options, as of 2026-09-13 11:49 UTC · method
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.2 USDC | exact | 0xbBECBE…c89285 |
the checks, as of 2026-09-13 05:52 UTC · methodendpoint answered HTTP 308
returns_402· an unauthenticated request gets HTTP 402
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-13 05:52 UTC | fail | 1 | daily-2026-09-13 |
| 2026-09-12 08:09 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 12:07 UTC | pass | 0 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- absence from Coinbase confirmed, rule v1
- absent from Coinbase at this pull
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-08-24 17:09 UTC · method
The input and output block
{
"input": {
"body": {
"events": [
"payto_change",
"price_change",
"delisting"
],
"delivery": {
"slack_url": "https://hooks.slack.com/services/…",
"webhook_urls": [
"https://your-app.example.com/x402-alerts",
"https://backup.example.com/x402-alerts"
]
},
"endpoint": "https://api.example.com/v1/thing",
"liveness_sensitivity_n": 2
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"secret": "wsk_… (shown once — store it now)",
"watched": [
{
"resource": "https://api.example.com/v1/thing",
"endpoint_id": 123
}
],
"delivery": {
"poll": true,
"slack": [],
"webhook": [
"https://your-app.example.com/x402-alerts"
]
},
"edit_url": "/v1/watch/01J8Z9K7X4QmY9example",
"poll_url": "/v1/watch/01J8Z9K7X4QmY9example/events",
"watch_id": "01J8Z9K7X4Qmy9example",
"renew_url": "/v1/watch/01J8Z9K7X4QmY9example/renew",
"cancel_url": "/v1/watch/01J8Z9K7X4QmY9example",
"expires_at": 1751328000000,
"next_steps": [
{
"step": 1,
"action": "store_secret",
"details": "Store `secret` in a secrets manager. It is shown only once; we only store its SHA-256 hash."
},
{
"url": "/v1/watch/01J8Z9K7X4QmY9example/events",
"step": 2,
"action": "poll_events",
"method": "GET",
"details": "Read the append-only event log. Nothing that happened between two polls is lost.",
"headers": {
"Authorization": "Bearer wsk_…"
},
"cursor_hint": "Start without `since`; then use the highest returned `event_id` as the next `since` value.",
"cursor_param": "since"
},
{
"step": 3,
"action": "verify_webhook",
"details": "If you configured webhook_url(s), verify every incoming POST: the `x-signature` header must equal `sha256=` + HMAC-SHA256(body) keyed by hex(sha256(secret)) (NOT the raw secret). A `connection_test` ping is sent during setup — see delivery.connection_test.",
"enabled": true
},
{
"url": "/v1/watch/01J8Z9K7X4QmY9example",
"step": 4,
"action": "edit",
"method": "PATCH",
"details": "Change webhook/Slack URLs, liveness sensitivity, or subscribed events for free. PATCH with Authorization: Bearer <secret>; new URLs are connection-tested.",
"headers": {
"Authorization": "Bearer wsk_…"
}
},
{
"url": "/v1/watch/01J8Z9K7X4QmY9example",
"step": 5,
"action": "cancel",
"method": "DELETE",
"details": "Stop monitoring early (probing drops to normal cadence immediately). Free, bearer-authed.",
"headers": {
"Authorization": "Bearer wsk_…"
}
},
{
"url": "/v1/watch/01J8Z9K7X4QmY9example/renew",
"step": 6,
"action": "renew",
"method": "POST",
"details": "Extend the watch by 30 days before expires_at. The secret stays the same."
}
],
"subscribed_events": "all",
"probe_interval_sec": 300,
"liveness_sensitivity_n": 2
}
}
}Cite this page
This endpoint is delisted: the page is frozen at its last observation and its live URL is the stable one. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "watch endpoint 30d on x402.fuchss.app". https://tollindex.com/e/x402-fuchss-app-v1-watch-endpoint-30d-c87283. Accessed [access date].
BibTeX
@misc{toll-e-x402-fuchss-app-v1-watch-endpoint-30d-c87283-2026-09-15,
author = {TOLL},
title = {watch endpoint 30d on x402.fuchss.app},
howpublished = {\url{https://tollindex.com/e/x402-fuchss-app-v1-watch-endpoint-30d-c87283}},
year = {2026},
month = {9},
note = {Frozen at its last observation, 2026-09-15 16:57 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.