OnchainIntel Probe - Standard Health Check is a paid API for AI agents from probe.onchainintel.net, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).
Performs a standard HTTP endpoint health check with extended verification, returning status, endpoint identity, and a timestamp
Standard endpoint health check with extended verification
Returns a JSON object with a status field (always 'ok' when healthy), the endpoint identifier string, an ISO timestamp of the check, and an optional tier string indicating the service level of the checked endpoint.
POSThttps://probe.onchainintel.net/api/checkChoose this endpoint when you need a standard extended health check with tier information and timestamped attestation, as opposed to a lightweight ping (less data) or premium full attestation (higher cost). Best for routine monitoring where basic status plus tier metadata is sufficient.
{
"input": {
"body": {
"timeout": 30,
"endpoint": "https://api.example.com/health"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"tier": "0.25",
"status": "ok",
"endpoint": "check",
"timestamp": "2026-06-05T23:55:21.359Z"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"