schedule
ActiveTool of x402 Trading & On-Chain Intelligence
Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt (ISO-8601), payload?, method? }. [x402 paid tool — price $0.003; POST /api/schedule]
Parameters schema
{
"type": "object",
"required": [
"token",
"url",
"fireAt"
],
"properties": {
"url": {
"type": "string",
"description": "Public http(s) callback URL"
},
"token": {
"type": "string",
"description": "Your secret token (gates status reads)"
},
"fireAt": {
"type": "string",
"description": "ISO-8601 time to fire (max 30 days out)"
},
"method": {
"type": "string",
"description": "POST (default) or GET"
},
"payload": {
"type": "array",
"description": "JSON body to POST (16KB max)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries