# AgentFX WhaleFlow Smart-Money Tape

> AgentFX WhaleFlow Smart-Money Tape is a paid API for AI agents from agentfx.fun, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns real-time pump.fun whale flow data per mint, including net SOL accumulation vs distribution, unique whale counts, and the latest large trades from a crowdsourced tape.

## Facts

- Endpoint: POST https://agentfx.fun/api/public/s/whale-flow
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfx-whaleflow-smart-money-tape-2284740b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jOhs173BkNF5VnOz4zrUt

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 agentfx-whaleflow-smart-money-tape-2284740b -d '<json body>'
```

Example prompt: Pull the WhaleFlow smart-money tape for pump.fun mint So11111111111111111111111111111111111111112 — show me net SOL accumulation vs distribution, how many unique whales are active, and the latest large trades.

## When to prefer this

Choose this endpoint when you need real-time smart-money intelligence specifically for pump.fun mints on Solana — particularly net SOL accumulation vs distribution and individual large trade visibility. Prefer it over generic on-chain explorers when you want a pre-aggregated whale-activity summary without parsing raw transaction data yourself. Best suited for trading agents, alpha bots, or risk screens that need a fast signal on whether sophisticated wallets are entering or exiting a position.

## Known failure modes

- Invalid or unrecognized mint address returns an error or empty result
- Mint has no recorded whale activity, returning zero counts and empty trade list
- Rate limiting or payment failure at $0.002 USDC per call if balance is insufficient
- Stale data if the crowdsourced tape has not been recently updated for the requested mint
- Network or upstream Solana RPC issues causing delayed or missing data

## How this service works

WhaleFlow Smart-Money Tape — Real-time pump.fun whale flow: per-mint net SOL accumulation vs distribution, unique whale counts and the latest large trades from the AgentFX crowdsourced tape.

## Output

Returns per-mint whale flow metrics including net SOL accumulated by large wallets, net SOL distributed, count of unique whale addresses active on the mint, and a list of the most recent large trades (likely including wallet, trade size in SOL, direction, and timestamp) sourced from the AgentFX crowdsourced tape.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfx-whaleflow-smart-money-tape-2284740b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentfx.fun](https://www.zero.xyz/host/agentfx.fun/llms.txt)
