# Base USDC Flow Leaderboard

> Base USDC Flow Leaderboard is a paid API for AI agents from base-intel-api.jakemaxsigal.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the top active Base blockchain wallets ranked by USDC net flow over the last ~10 minutes, classifying them as smart wallets, accumulators, or pass-through routers.

## Facts

- Endpoint: POST https://base-intel-api.jakemaxsigal.workers.dev/leaderboard
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-intel-api-jakemaxsigal-workers-dev-17fd3553
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Kau1XILkPWoperPyusfK

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 base-intel-api-jakemaxsigal-workers-dev-17fd3553 -d '<json body>'
```

Example prompt: Who are the top wallets moving USDC on Base right now? I want to see the leaderboard ranked by net flow from the last 10 minutes, and flag which ones are smart wallets, accumulators, or just pass-through routers.

## When to prefer this

Use this endpoint when you need a real-time snapshot of which Base wallets are most actively moving USDC, especially to identify smart money, accumulation patterns, or routing behavior. Ideal for on-chain alpha research, bot detection, or tracking influential wallets on Base in near-real-time.

## Known failure modes

- Stale or unavailable on-chain data may result in empty or partial leaderboard
- Payment of 0.01 USDC required via x402 protocol — missing payment returns 402 error
- Rate limiting or worker timeout may return 5xx errors under high load
- No wallets returned if Base network activity is very low in the time window

## How this service works

Base trader leaderboard API / smart money tracker / top Base wallets by USDC flow / onchain whale tracker / copy-trading signal. Ranks the most active Base wallets by net USDC flow, flagging smart wallets (ERC-4337), accumulators, and pass-through routers. For AI agents and copy-trading bots following smart money on Base.

## Output

A ranked leaderboard of the most active Base wallets by USDC net flow over the last ~10 minutes, with each wallet labeled by behavioral classification: smart wallet, accumulator, or pass-through router. Includes wallet addresses and flow metrics.

## Example request

```json
{
 "limit": 10
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-intel-api-jakemaxsigal-workers-dev-17fd3553/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-intel-api.jakemaxsigal.workers.dev](https://www.zero.xyz/host/base-intel-api.jakemaxsigal.workers.dev/llms.txt)
