Skip to main content
Goal: catch wallets that look like they knew something, fresh wallets taking large, well-timed positions right before a move. The insider radar does the detection; this recipe drills into each flag for context. All requests need a Bearer key. See Authentication. Insider radar is Polymarket-only; see Platforms.

1. Pull the flags

Each flag has a suspicion_score and a severity of flag or watch (watch is the higher-conviction tier). Filter to the strong ones:
The scores object breaks the suspicion down into timing, edge, size, and fresh_wallet components, so you can see why a wallet was flagged.

2. Open one flag

Fetch the full flag for its evidence and the linked trader and market:

3. Confirm with context

A flag is a lead. Confirm it with two reads:
A fresh wallet with a high size score, taking the same side smart money is leaning, is the pattern worth a closer look.

4. Cross-check size

Confirm the position is large in absolute terms with large positions, filtered to the same market:
Position.trader.is_new_wallet and wallet_age_days are the fresh-wallet signals to confirm the radar’s fresh_wallet score independently.