# Syra Blockchain Network Health

> Syra Blockchain Network Health is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Returns real-time health and status insights for blockchain networks, including connectivity, performance, and operational metrics.

## Facts

- Endpoint: GET https://api.syraa.fun/insights/network-health
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syra-blockchain-network-health-1e629bdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y7QMJz-1ut2O6U267100i

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 syra-blockchain-network-health-1e629bdf
```

Example prompt: Can you check the current health and status of the blockchain network using Syra's network health insights — I want to know if everything is running normally right now?

## When to prefer this

Use this endpoint when you need a quick, real-time snapshot of blockchain network health and operational status, especially within a Solana-native or multi-chain agent workflow. Prefer this over general blockchain explorers when you need a structured, programmatic health check rather than human-readable block data.

## Known failure modes

- Network timeout if blockchain data provider is unreachable
- 401/402 payment required if x402 USDC micropayment not processed
- 503 if Syra API is temporarily down
- Empty or stale data if the underlying blockchain node data is unavailable
- Invalid response schema if the network type is unsupported

## How this service works

Checks blockchain network health and status metrics.

## Output

Returns a JSON object with blockchain network health and status insights, likely including metrics such as network connectivity, node availability, performance indicators, and any degradation or anomaly signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "schema": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syra-blockchain-network-health-1e629bdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syraa.fun](https://www.zero.xyz/host/api.syraa.fun/llms.txt)
