# AmanChain Whale Watch

> AmanChain Whale Watch is a paid API for AI agents from preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai, paid per call via x402, $0.124414/call, status unknown (last checked 2026-09-15).

Monitors and reports on large on-chain wallet movements and whale activity against live blockchain consensus state

## Facts

- Endpoint: POST https://preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai/api/x402/aman-whale-watch
- Price: $0.124414/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-whale-watch-fb82b63e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yE7UcfiWXgtUwjWYZrycU

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-whale-watch-fb82b63e -d '<json body>'
```

Example prompt: Who are the whale wallets holding the most of this token — can you check live on-chain and show me the largest holders and any big recent transfers?

## When to prefer this

Choose this endpoint when you need live, deterministic on-chain whale data without setting up an API key or account — ideal for agents that need pay-per-call access to real blockchain state for whale tracking, large holder analysis, or big transfer detection on Base. Prefer this over centralized analytics platforms when trustless, node-executed results are required.

## Known failure modes

- Invalid token or wallet address returns an error response
- Service unavailable if AmanChain node is out of sync
- Insufficient USDC balance causes x402 payment failure and no data returned
- Malformed JSON request body results in parsing error
- Rate limiting if the node is under heavy load

## How this service works

Whale Watch: 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-whale-watch","request":"<input>"}. No account, no API key.

## Output

Returns on-chain whale data including large wallet addresses, their balances, recent large transfers, and token concentration metrics — sourced from live blockchain consensus state at the time of the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "request": {
       "type": "string",
       "description": "service input (see body example)"
      },
      "serviceId": {
       "type": "string",
       "description": "the service id, \"aman-whale-watch\""
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-whale-watch-fb82b63e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai](https://www.zero.xyz/host/preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai/llms.txt)
