Dead-man's switch: if you don't ping within intervalSec, we POST your webhook. D...
https://x402-services-production.up.railway.app/api/deadman/registerOverview
Dead-man's switch: if you don't ping within intervalSec, we POST your webhook. Detects crashed agents. Send { id, token, url, intervalSec }.
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402-services-production
Source
bazaar
Indexed
2026-07-14 19:15:35
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"id": {
"description": "Switch id",
"required": true,
"type": "string"
},
"intervalSec": {
"description": "Max seconds between pings",
"required": true,
"type": "number"
},
"token": {
"description": "Your secret token",
"required": true,
"type": "string"
},
"url": {
"description": "Public webhook to fire on miss",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}