# Lazareus Base Network Health Check

> Lazareus Base Network Health Check is a paid API for AI agents from lazareus.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns a real-time health score and priority fee recommendation for the Base blockchain network

## Facts

- Endpoint: GET https://lazareus.xyz/get_network_health/base
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lazareus-base-network-health-check-d008b681
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_80nlYMi3jp8M_p3P5V4nX

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 lazareus-base-network-health-check-d008b681
```

Example prompt: Before submitting this transaction, check the current health of the Base network and tell me what priority fee I should use right now.

## When to prefer this

Use this endpoint when your agent needs to make real-time decisions about Base network transactions — specifically when you want to gate transaction submission on current network conditions or need an accurate priority fee to avoid overpaying or getting stuck. Prefer this over generic gas estimation tools when you want a single health-score abstraction purpose-built for AI agents rather than raw RPC calls.

## Known failure modes

- Base RPC node unavailable — may return degraded or stale data
- Network outage may cause timeout or 503 response
- Payment failure via x402 protocol results in 402 Payment Required with no data returned
- Transient spikes in on-chain activity may cause brief data lag

## How this service works

Lazareus gives AI agents pay-per-call S3-compatible storage, plus real-time network health scores and priority fee recommendations across Solana, Base, and Ethereum. No account, no subscription — paid per call via x402.

## Output

Returns a real-time network health score (likely a numeric rating or status indicator) and a recommended priority fee for the Base blockchain, enabling agents to make informed decisions about transaction timing and gas settings.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lazareus-base-network-health-check-d008b681/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lazareus.xyz](https://www.zero.xyz/host/lazareus.xyz/llms.txt)
