# AtlasMarkets — Whale Tracking

> AtlasMarkets — Whale Tracking is a paid API for AI agents from atlasmarkets-titan003-s174.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Tracks large on-chain wallet movements (whale flows) for BTC and ETH in real time, payable per call via x402 on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan003-s174.onrender.com/api/whale/flows
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-whale-tracking-12d96c3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dDXIeBfPCXP8oPUAkkkN3

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 atlasmarkets-whale-tracking-12d96c3b
```

Example prompt: Pull the latest whale flow data for BTC and ETH — I want to see what large holders have been moving on-chain recently.

## When to prefer this

Choose this endpoint when you need real-time on-chain whale flow data specifically for BTC and ETH and are comfortable paying micro-fees via x402 on Base mainnet. Prefer this over social-media-based whale trackers when you need verifiable on-chain movement data rather than inferred activity.

## Known failure modes

- Payment not included or insufficient — endpoint returns 402 Payment Required if x402 payment header is missing or underfunded
- Invalid or unsupported asset symbol — may return 400 if a non-BTC/ETH asset is requested
- Upstream blockchain data unavailable — may return 503 if the on-chain data provider is temporarily unreachable
- Rate limiting — repeated rapid calls may be throttled

## How this service works

On-chain whale tracking for BTC and ETH. x402-protected on Base mainnet.

## Output

Returns on-chain whale flow data for BTC and/or ETH, including details about large wallet transfers, movement direction (inflows/outflows), amounts, and wallet addresses involved in significant on-chain transactions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-whale-tracking-12d96c3b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan003-s174.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan003-s174.onrender.com/llms.txt)
