Polymarket Whale Tracker — Pro avatar

Polymarket Whale Tracker — Pro

Pricing

from $60.00 / 1,000 data-retrivals

Go to Apify Store
Polymarket Whale Tracker — Pro

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

Apimie Apimie

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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 levelPro (this actor)
Whale listtop 10, volume onlytop 50 + win rate, wins/losses, bot flag
Whale positionssummary totals onlyfull per-position breakdown
market_whales (one-sided concentration)🔒 locked✅ included
Whale historylast 7 daysup to 365 days
Data freshnessevery ~6hevery ~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

ActionWhat it returnsRequired input
list_markets (default)Active markets sorted by volume, with prices, spread, category tags
market_detailFull metadata + latest snapshot for one marketmarketId
market_historyFull price time series for one marketmarketId
whale_listTop 50 wallets by volume + win rate, wins/losses, bot flag
whale_positionsFull open net positions for a walletwalletAddress
whale_historyDaily trade timeline for a wallet (up to 365 days)walletAddress
market_whalesAll whale positions concentrated in one marketmarketId

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

ComponentTechnology
Workflow automationn8n (self-hosted)
DatabasePostgreSQL
Data collectionPolymarket CLOB API
AI categorizationMistral / DeepSeek
ActorApify SDK v3 (Node.js 20, ESM)

License

Apache 2.0