# OmniAPI Health Macros Endpoint

> OmniAPI Health Macros Endpoint is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.039139/call, status unknown (last checked 2026-09-14).

Returns macro-level health status and diagnostics for the OmniAPI multi-chain API platform via a searchable query interface

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/health/macros
- Price: $0.039139/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-health-macros-endpoint-79843df3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PNaDTqL-p8c4BGwJyCoDn

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-macros-endpoint-79843df3 -d '<json body>'
```

Example prompt: Check the macro health status of the OmniAPI platform and tell me if all the multi-chain endpoints are operational — query for 'status overview'.

## When to prefer this

Use this endpoint when you need to verify OmniAPI platform availability or diagnose multi-chain service issues before making paid API calls. Prefer this over external uptime monitors when you need query-specific macro health data directly from the platform itself.

## Known failure modes

- Payment required (HTTP 402) if USDC payment via x402 is not attached
- Invalid or missing 'query' field returns validation error
- Vague or unrecognized query may return empty or generic results
- Platform itself may be degraded, making health data unreliable
- Response schema is generic with no guaranteed field structure

## 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 containing macro-level health and diagnostic data about the OmniAPI platform, potentially including chain availability, endpoint status, and service metrics based on the submitted query.

## 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-macros-endpoint-79843df3/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)
