# Token Accumulation/Distribution Flow on Base

> Token Accumulation/Distribution Flow on Base is a paid API for AI agents from 31-172-70-14.nip.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns net accumulation and distribution flow per address for a given token on the Base blockchain over a specified block window, identifying who is buying/accumulating vs. selling/dumping.

## Facts

- Endpoint: GET https://31-172-70-14.nip.io/flow
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/token-accumulation-distribution-flow-on-base-9fb28cae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Cc0YHPWAxM0MNUNH5Cqn

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 token-accumulation-distribution-flow-on-base-9fb28cae
```

Example prompt: Show me who is accumulating vs dumping the token at 0x1234...abcd on Base over the last 500 blocks — I want the net flow broken down by address so I can see which wallets are building positions and which ones are exiting.

## When to prefer this

Use this endpoint when you need on-chain net flow analysis per wallet address for a Base token — specifically to distinguish accumulators from distributors. Prefer this over generic token metrics when you need address-level buy/sell direction rather than aggregate volume.

## Known failure modes

- Invalid or non-existent token contract address returns error
- Block window too large may timeout or return partial data
- Token with no activity in the window returns empty results
- Missing required parameters returns 400-style error
- Insufficient payment (x402) blocks access

## How this service works

Accumulation/distribution: кто накапливает и кто сливает токен на Base за окно блоков (net по адресам)

## Output

A list of addresses with their net token flow (positive = accumulating, negative = distributing) over the specified block window on Base, allowing identification of who is buying into vs selling out of the token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/token-accumulation-distribution-flow-on-base-9fb28cae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 31-172-70-14.nip.io](https://www.zero.xyz/host/31-172-70-14.nip.io/llms.txt)
