Back to Capabilities
Endpoint Monitoring
Pay-per-check uptime and compliance monitoring for your x402 endpoints. No accounts, no subscriptions — just USDC micropayments.
Full Check
Complete compliance + speed + documentation test
$0.10USDC per check
Dry Run
Quick 402 response validation only
$0.05USDC per check
How it works
Send a POST request to the monitor endpoint with the URL you want to check. Payment is handled automatically via the x402 protocol — your agent signs a USDC transfer and gets the result instantly.
# Dry run - protocol compliance check ($0.05 USDC)
curl -X POST https://x402.onchainexpat.com/api/x402-monitor/dry \
-H "Content-Type: application/json" \
-d '{"endpoint_url": "https://your-api.com/endpoint"}'
# Full check - includes real payment settlement ($0.10+ USDC)
curl -X POST https://x402.onchainexpat.com/api/x402-monitor/full \
-H "Content-Type: application/json" \
-d '{"endpoint_url": "https://your-api.com/endpoint"}'Automate with a cron or AI agent
Set up a cron job or point an AI agent at the monitor endpoints to run checks on a schedule. Any x402-compatible client (like Claude Code) can pay and call these endpoints automatically.