# Base Network Health Dashboard

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

Returns real-time Base blockchain health metrics including TPS, block time, gas price, TVL, daily transactions, total addresses, and 24h/7d trend data aggregated from L2Beat, DeFiLlama, and the Base RPC.

## Facts

- Endpoint: POST https://httpay.xyz/api/base-stats
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-9b2ee886
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_79l3l6HsIu1pMkxfTPH6Z

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 httpay-xyz-9b2ee886 -d '<json body>'
```

Example prompt: Pull me a full health snapshot of the Base network right now — I need TPS, gas price, block time, TVL, daily transaction count, total addresses, and the 24-hour and 7-day trend data all in one shot.

## When to prefer this

Use this endpoint when you need a comprehensive, aggregated snapshot of Base L2 network health in a single call, rather than querying L2Beat, DeFiLlama, and Base RPC separately. Ideal for dashboards, agents monitoring chain health, or workflows that need multi-dimensional Base metrics (performance + DeFi + activity) without stitching together multiple APIs.

## Known failure modes

- Upstream data source unavailable (L2Beat, DeFiLlama, or Base RPC down) — partial or stale data returned
- Payment not received or invalid x402 payment header — 402 Payment Required response
- Rate limit exceeded — 429 Too Many Requests
- Stale data if aggregation pipeline is lagging — metrics may not reflect the latest block

## How this service works

Base network health dashboard — TPS, block time, gas price, TVL, daily transactions, total addresses, and 24h/7d trend data. Aggregates data from L2Beat, DeFiLlama, and the Base RPC.

## Output

A JSON object containing current Base network metrics: transactions per second (TPS), average block time, current gas price, total value locked (TVL), daily transaction count, total addresses, and trend deltas for 24h and 7d periods — sourced from L2Beat, DeFiLlama, and the Base RPC.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Base network health dashboard — TPS, block time, gas price, TVL, daily transactions, total addresses, and 24h/7d trend data. Aggregates data from L2Beat, DeFiLlama, and the Base RPC."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-9b2ee886/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
