Polymarket Whale Tracker — Pro
Pricing
from $60.00 / 1,000 data-retrivals
Polymarket Whale Tracker — Pro
Richer Polymarket whale data: top 50 wallets with win rates & bot flags, full positions, market-whale concentration and complete 365-day price history. Refreshed every ~2h. Pay only for the calls you make — no subscription, no API key to manage. 7 actions, zero setup.
Pricing
from $60.00 / 1,000 data-retrivals
Rating
0.0
(0)
Developer
Apimie Apimie
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
The data the free feeds don't give you. Top 50 whale wallets with win rates, win/loss records and bot-likelihood flags, full wallet position breakdowns, market-whale concentration, and complete 365-day price history — refreshed every ~2 hours. The Pro tier key is built in (no API key to manage) and there's no subscription — you pay only per call.
What this actor does
Queries a production database populated automatically from Polymarket's CLOB data API. It identifies "whale" wallets (traders with large positions), tracks their open bets, and exposes full market price history. This is the Pro edition: Pro-tier data access is baked in, so you just pick an action and run — there's no API key to paste.
Use cases:
- Copy trading: follow the biggest wallets before they move the price
- Anomaly detection: spot when whale concentration spikes before a resolution event
- Market research: download full price history for any market for backtesting
- Portfolio analysis: audit any wallet's complete Polymarket position book
Why Pro — richer data, not just "more"
The free/anonymous level is a teaser: top 10 wallets, position summaries, and 7 days of history. Pro unlocks the data that actually drives decisions:
| Free level | Pro (this actor) | |
|---|---|---|
| Whale list | top 10, volume only | top 50 + win rate, wins/losses, bot flag |
| Whale positions | summary totals only | full per-position breakdown |
market_whales (one-sided concentration) | 🔒 locked | ✅ included |
| Whale history | last 7 days | up to 365 days |
| Data freshness | every ~6h | every ~2h |
Need the same rich data refreshed every ~15 minutes for near-real-time monitoring? Use the Trader edition.
Pricing — pay per call, no subscription
This actor uses pay-per-event: you're charged per data request — one successful API call = one event. No monthly subscription and no API key to buy. The exact per-call price (and any discount for your Apify plan tier) is shown on this page; you only pay for the calls you actually run.
Prefer anonymous Bitcoin billing with a personal key instead of paying through Apify? Get one at https://apimie.com/pricing.
Note on limits. This actor does not impose a practical daily cap. If an internal safety limit is ever reached, the run does not fail — it emits a single non-fatal record describing the situation (so you can detect it programmatically) and writes the same info to the run's
OUTPUT.
Actions
| Action | What it returns | Required input |
|---|---|---|
list_markets (default) | Active markets sorted by volume, with prices, spread, category tags | — |
market_detail | Full metadata + latest snapshot for one market | marketId |
market_history | Full price time series for one market | marketId |
whale_list | Top 50 wallets by volume + win rate, wins/losses, bot flag | — |
whale_positions | Full open net positions for a wallet | walletAddress |
whale_history | Daily trade timeline for a wallet (up to 365 days) | walletAddress |
market_whales | All whale positions concentrated in one market | marketId |
Common inputs: limit (max records), category / subCategory / isActive / minVolume
(filters for list_markets), from / to (date window for market_history), days (lookback
for whale_history, 1–365).
Example output record (whale_list):
{"proxy_wallet": "0x204f72f35326db932158cba6adff0b9a1da95e14","total_volume_usdc": 149850.00,"total_trades": 312,"buy_volume_usdc": 92400.00,"sell_volume_usdc": 57450.00,"win_rate": 0.64,"wins": 41,"losses": 23,"is_likely_bot": false,"last_movement_at": "2026-03-13T18:22:00.000Z"}
Example output record (whale_positions — full detail):
{"proxy_wallet": "0x204f72...","condition_id": "0x9e145f...","outcome_name": "Yes","net_size_usdc": 3200.50,"avg_entry_price": 0.34,"last_trade_at": "2026-03-10T14:30:00.000Z","question": "Will ETH close above $3000 on Apr 1?"}
Architecture
Polymarket CLOB API (data-api.polymarket.com)│ collected on a schedule (automated)▼n8n Automation Workflows → PostgreSQL│▼apimie middleware (auth, tiering & rate limits)│▼ (this actor — Pro key baked in server-side)Apify Dataset
The backend endpoint URL and the Pro API key are stored as server-side environment secrets and are never exposed in actor code, logs, or user-facing configuration. Authentication, tiering, and per-call accounting are enforced by the apimie middleware.
Tech stack
| Component | Technology |
|---|---|
| Workflow automation | n8n (self-hosted) |
| Database | PostgreSQL |
| Data collection | Polymarket CLOB API |
| AI categorization | Mistral / DeepSeek |
| Actor | Apify SDK v3 (Node.js 20, ESM) |
License
Apache 2.0