Parameters3
| Parameter | Type | Default | Example |
|---|---|---|---|
delay_seconds | number | null | 3600 |
payload | object | null | null |
webhook_url | string | null | https://my-agent.example.com/callback |
Service overview
Pay $0.10 USDC to schedule a one-shot webhook delivery. Provide a URL and a delay in seconds — the server fires a signed POST to your URL when the timer expires. Automatic retries on failure (up to 3 attempts). Network: Base Mainnet. Each request creates one delayed webhook job and returns identifiers for status checks and cancellation.
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://cron.0000402.xyz/schedule" \
--method POST \
--data '{
"delay_seconds": "{delay_seconds}",
"payload": "{payload}",
"webhook_url": "{webhook_url}"
}'{
"endpoint": "POST /schedule",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
1 crawlable route
| Parameter | Type | Default | Example |
|---|---|---|---|
delay_seconds | number | null | 3600 |
payload | object | null | null |
webhook_url | string | null | https://my-agent.example.com/callback |
FAQ
Service
Live DEX token price in USD by ticker symbol or contract address (Base, Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism, Avalanche — bare 0x address defaults to Base, else network:address). Symbols resolve to the CANONICAL top-market-cap asset (CoinGecko listing — squat-proof). Returns price, 24h change, volume, market cap, FDV, liquidity as flat JSON, echoing the matched deployment. Token price, crypto price, DEX price. $0.001 per call.
Service
Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent) via eth_getStorageAt - returns the implementation address behind a proxy
Service
Exa /contents endpoint