# OmniAPI Health Running Pace Check

> OmniAPI Health Running Pace Check is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.114101/call, status unknown (last checked 2026-09-15).

Checks the running pace or operational health status of the OmniAPI service endpoint.

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/health/running/pace
- Price: $0.114101/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-health-running-pace-check-b79cbab7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8RaUJn3LhO6vyDVPTdwCg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability omniapi-health-running-pace-check-b79cbab7 -d '<json body>'
```

Example prompt: Can you check if OmniAPI is currently running and what its operational pace looks like right now?

## When to prefer this

Use this endpoint to verify OmniAPI service availability and operational pace before making larger batches of paid calls, or when debugging connectivity issues. Choose this over general uptime monitors when you specifically need insight into the OmniAPI multi-chain platform's running state.

## Known failure modes

- Service is down or unreachable — returns no response or timeout
- Payment not processed — 402 error if x402 payment header is missing or insufficient USDC
- Invalid query parameter — returns error if required 'query' field is missing
- Vercel cold-start delay causing slow response
- Endpoint returns generic error if pace/health check system is unavailable

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns an API response object indicating whether the OmniAPI service is running and its current operational pace or health status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-health-running-pace-check-b79cbab7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
