# AmanChain Holder Distribution Stats

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

Returns on-chain holder distribution statistics for the AMAN token, executed deterministically against live consensus state and paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-holder-stats
- Price: $0.012441/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-holder-distribution-stats-12eaf5cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dHK9PVI2x1nS4Fo-ccxct

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-holder-distribution-stats-12eaf5cb -d '<json body>'
```

Example prompt: Can you pull the live holder distribution stats for the AMAN token — I want to see how many wallets hold it and how the supply is spread across different balance tiers?

## When to prefer this

Choose this endpoint when you need live, deterministically-computed AMAN token holder distribution data sourced directly from on-chain consensus state without requiring an API key or account. Prefer it over centralized exchange APIs or third-party analytics dashboards when trustless, node-executed accuracy is important, and you are comfortable with per-call micropayment billing via x402 in USDC on Base.

## Known failure modes

- Invalid or missing serviceId returns an error response
- Malformed request string causes processing failure
- Node temporarily out of sync with consensus may return stale or error state
- x402 payment failure or insufficient USDC balance prevents call execution
- Network timeout from the Cloudflare Worker relay layer

## How this service works

Token holder analytics — holder count, top-10 concentration percent, HHI index and the largest holders for any AMT-20 token. 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-holder-stats","request":"<input>"}.

## Output

Returns on-chain holder distribution data for the AMAN token sourced from live consensus state, including metrics such as total holder count, balance tier breakdowns (e.g. whale, mid-tier, retail), and supply distribution percentages across wallet ranges.

## 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-holder-distribution-stats-12eaf5cb/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)
