# AmanChain Explorer Summary

> AmanChain Explorer Summary is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.003732/call, status unknown (last checked 2026-09-14).

Returns a human-readable on-chain explorer summary for AmanChain, including block, pool, and balance state from live consensus

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-explorer-summary
- 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-explorer-summary-439b5466
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iVz7d-OatxvFMfZZaIWCv

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-explorer-summary-439b5466 -d '<json body>'
```

Example prompt: Can you pull the current AmanChain explorer summary — I want to see the live block, pool, and balance state from the chain right now?

## When to prefer this

Use this endpoint when you need a live, deterministic, node-executed snapshot of the AmanChain blockchain explorer state — including blocks, pools, and balances — and you want a single structured summary rather than querying individual feeds like price or swap quotes separately.

## Known failure modes

- Node consensus lag may cause slightly stale data if the chain is experiencing delays
- Malformed or missing 'request' field returns a validation error
- Network or node downtime causes a timeout or 503 response
- x402 payment failure (insufficient USDC balance or bad payment header) results in 402 Payment Required

## How this service works

Explorer Summary: node-operated on-chain service Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-explorer-summary","request":"<input>"}. No account, no API key.

## Output

A structured summary of the AmanChain blockchain explorer state, including current block data, liquidity pool snapshots, account balances, and consensus-verified chain metrics — all sourced from live AmanChain node execution.

## 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
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-explorer-summary-439b5466/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
