# AmanChain Block Inspector

> AmanChain Block Inspector 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).

Fetches and returns detailed on-chain data for a specific block on the AmanChain network, executed deterministically against live consensus state.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-block-inspect
- 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-block-inspector-68fb827a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5qvjxOhioU4tHkuBVz2HR

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-block-inspector-68fb827a -d '<json body>'
```

Example prompt: Can you inspect block number 4821053 on AmanChain and show me its transactions, validator, and timestamp?

## When to prefer this

Use this endpoint when you need deterministic, node-executed inspection of a specific AmanChain block, including its full transaction list and header metadata. Prefer this over generic block explorers when you need a programmatic, pay-per-call API response suitable for agent workflows, or when querying blocks on the AmanChain network specifically (not Ethereum, Base, or other EVM chains).

## Known failure modes

- Block not found — if the requested block number or hash does not exist on-chain
- Invalid input format — malformed block identifier or missing serviceId field returns an error
- Payment failure — x402 USDC payment on Base not settled, call rejected
- Node unavailability — if the AmanChain node is temporarily unreachable, request may time out
- Future block requested — block height not yet produced returns not-found error

## How this service works

Block Inspector: 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-block-inspect","request":"<input>"}. No account, no API key.

## Output

Returns structured on-chain data for the requested block, including block hash, block height, timestamp, transaction list, transaction count, validator/producer details, and other consensus-level metadata sourced directly from the AmanChain node's live state.

## 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-block-inspector-68fb827a/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)
