# AmanChain Network Statistics

> AmanChain Network Statistics is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.003732/call, status unknown (last checked 2026-09-14).

Retrieves live blockchain network statistics from AmanChain nodes against real consensus state, paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-network-stats
- Price: $0.003732/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-network-statistics-02a1e341
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_91EWQXlOiW4YM5JqZaB6P

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 amanchain-network-statistics-02a1e341 -d '<json body>'
```

Example prompt: Pull the latest AmanChain network statistics for me — I want to see the current consensus state, node counts, and any key network health metrics right now.

## When to prefer this

Choose this endpoint when you need real-time, node-verified blockchain network statistics from AmanChain without requiring an API key or account — ideal for agents that need trustless, pay-per-call access to live consensus state metrics settled in USDC on Base.

## Known failure modes

- Payment failure if x402 USDC balance on Base is insufficient
- Invalid serviceId returns an error response
- Malformed request JSON body causes a 400-level error
- Network node unavailability may cause delayed or failed response
- Consensus state lag if the node is temporarily out of sync

## How this service works

Blockchain network statistics — hashrate, total supply, staked amount, transaction count and difficulty; chain analytics API. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-network-stats","request":"<input>"}.

## Output

Returns live blockchain network statistics sourced directly from AmanChain node consensus state, including metrics such as active nodes, block heights, pool states, and balances as of the latest block.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-network-statistics-02a1e341/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from amanchain-relay.gitajhd.workers.dev](https://www.zero.xyz/host/amanchain-relay.gitajhd.workers.dev/llms.txt)
