# Lazareus Solana Network Health Check

> Lazareus Solana 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 real-time network health score and priority fee recommendations for the Solana blockchain

## Facts

- Endpoint: GET https://lazareus.xyz/get_network_health/solana
- 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-solana-network-health-check-b6c22a6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iEZJ-n1n5LtBjeMu2D2NP

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-solana-network-health-check-b6c22a6a
```

Example prompt: What's the current health of the Solana network — is it congested right now, and what priority fee should I use for my next transaction?

## When to prefer this

Use this endpoint when an AI agent needs real-time Solana-specific network health data and priority fee guidance before submitting transactions or making DeFi decisions. Prefer this over generic blockchain explorers when you need a pay-per-call, no-subscription model that fits agent workflows using x402 micropayments. Best when operating in Solana-native contexts and needing actionable fee recommendations rather than raw block data.

## Known failure modes

- Network unreachable or Solana RPC nodes unresponsive — service may return degraded or error response
- Payment not included or malformed x402 payment header — request rejected with 402 status
- Rate limiting if called excessively in a short window
- Stale data if Solana network data sources are temporarily behind

## 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 health score for the Solana network along with recommended priority fee levels, reflecting current network congestion, transaction throughput, and overall chain performance. Enables agents to make informed decisions about when and how much to pay for Solana transactions.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lazareus-solana-network-health-check-b6c22a6a/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)
