# Lazareus Solana Priority Fee Recommendation

> Lazareus Solana Priority Fee Recommendation is a paid API for AI agents from lazareus.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns a recommended priority fee for submitting transactions on the Solana network based on current network conditions

## Facts

- Endpoint: GET https://lazareus.xyz/get_recommended_priority_fee/solana
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lazareus-solana-priority-fee-recommendation-ec46dd75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQudrWPkZBl_mpkWUv9bO

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-priority-fee-recommendation-ec46dd75
```

Example prompt: What priority fee should I use for my Solana transaction right now — I need the current network health and recommended fee so my transaction gets confirmed quickly without overpaying.

## When to prefer this

Choose this endpoint when your AI agent needs real-time, per-call priority fee recommendations specifically for Solana transactions, especially in automated or high-frequency workflows where overpaying or underpaying fees has real cost consequences. It is purpose-built for agent use with x402 micropayment support, making it suitable for pay-as-you-go agent architectures without subscription overhead.

## Known failure modes

- Network connectivity issues to Solana RPC nodes may cause stale or unavailable data
- Payment failure via x402 protocol returns 402 Payment Required before data is served
- Solana network outage or degradation may affect accuracy of health scores
- Invalid or malformed request returns an error without fee data

## 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 recommended priority fee value (likely in microlamports or lamports per compute unit) reflecting current Solana network congestion, along with a network health score indicating how congested or healthy the Solana network is at the time of the call.

## 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-priority-fee-recommendation-ec46dd75/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)
