schedule_cron
ActiveTool of x402 Trading & On-Chain Intelligence
declared in 1.0.0
Recurring webhook: fire your URL on a cron schedule (repeats). Send { token, url, cron, payload?, method? }. [x402 paid tool — price $0.003; POST /api/schedule/cron]
Parameters schema
{
"type": "object",
"required": [
"token",
"url",
"cron"
],
"properties": {
"url": {
"type": "string",
"description": "Public callback URL"
},
"cron": {
"type": "string",
"description": "5-field cron expression (UTC)"
},
"token": {
"type": "string",
"description": "Your secret token"
},
"method": {
"type": "string",
"description": "POST or GET"
},
"payload": {
"type": "array",
"description": "JSON body to POST"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries