# NexusAPI Health Running Pace Check

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

Checks the running pace or health status of an API endpoint or query-based service

## Facts

- Endpoint: POST https://nexus-api-virid.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/nexusapi-health-running-pace-check-8dc0a715
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-_t9MvKeK2gplAxwiOhhg

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 nexusapi-health-running-pace-check-8dc0a715 -d '<json body>'
```

Example prompt: Can you check the current running pace and health status of the NexusAPI service using the query 'status'?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call health or status check on the NexusAPI platform without managing API keys. Prefer this over rolling your own monitoring if you are already operating within the x402/USDC payment ecosystem on Base.

## Known failure modes

- Service unavailable (503) if the underlying platform is down
- Payment failure if USDC balance is insufficient for the $0.114101 per-call fee
- Malformed or empty query string returning unexpected results
- Generic or vague response schema makes it hard to parse specific health metrics
- Rate limiting or throttling under high request volume

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a JSON object indicating the health and running pace of the API service, likely including status indicators, response time, or operational metrics based on the submitted query string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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