Polymarket Top Traders: Verified P&L, AI/MCP Ready avatar

Polymarket Top Traders: Verified P&L, AI/MCP Ready

Pricing

from $1.00 / 1,000 leaderboard rows

Go to Apify Store
Polymarket Top Traders: Verified P&L, AI/MCP Ready

Polymarket Top Traders: Verified P&L, AI/MCP Ready

Polymarket trader leaderboard by P&L or volume, per category and time window — enriched with live positions, verified open P&L, cross-window consistency, and activity stats for copy-trading research.

Pricing

from $1.00 / 1,000 leaderboard rows

Rating

0.0

(0)

Developer

Larry Johnson

Larry Johnson

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Polymarket Top Traders — Leaderboard + Verified P&L Profiles

The Polymarket trader leaderboard (by P&L or volume, per category, per time window) — plus what raw leaderboards never tell you: is this trader actually worth following? Enriched mode adds each trader's live open positions, verified open P&L, cross-window consistency, and recent activity stats, straight from Polymarket's public APIs. Built for copy-trading research, smart-money tracking, and prediction-market analytics.

Why this one

  • Leaderboards lie by omission. A trader can top the DAY board with one lucky longshot. We check every top trader against all four windows (DAY / WEEK / MONTH / ALL) and report how many they rank in — one-hit wonders are obvious at a glance.
  • Verified open P&L, not just the headline number. For each enriched trader you get their current positions, portfolio value, and open P&L computed from the live positions API — every number traceable, nothing modeled.
  • Copy-trading signals included: tradesLast7d, avgTradeUsd7d, activeLast7d, lastActivityAt — know whether the trader is still active before you follow them.
  • Partial-failure resilient. One bad wallet never kills your run.
  • No API keys, no wallet, no login — public Polymarket endpoints only.

Modes

ModeWhat you getTypical use
leaderboardRaw ranked rows: rank, P&L, volume, username, walletCheap bulk ranking data, dashboards
enrichedTop N traders + consistency across windows + live positions/P&L + activity stats"Who is worth copying?" research
profilesThe same rich profile for explicit wallet addressesTrack specific traders over time

Categories & windows

All 10 Polymarket categories (OVERALL, POLITICS, SPORTS, CRYPTO, CULTURE, MENTIONS, WEATHER, ECONOMICS, TECH, FINANCE) × 4 time windows (DAY, WEEK, MONTH, ALL), ranked by PNL or VOL.

Sample output (enriched)

{
"rank": 2,
"wallet": "0x3496...",
"userName": "skk1ch",
"pnlUsd": 441523.58,
"volumeUsd": 202503.98,
"category": "OVERALL",
"window": "WEEK",
"windowsRanked": {"DAY": 5, "WEEK": 2, "MONTH": 11, "ALL": 40},
"consistency": "4/4 windows in top 50",
"profile": {
"openPositions": 12,
"portfolioValueUsd": 380211.40,
"openPnlUsd": 25103.22,
"topPositions": [{"title": "...", "outcome": "Yes", "cashPnl": 8121.50}],
"tradesLast7d": 34,
"avgTradeUsd7d": 11842.10,
"activeLast7d": true
},
"profileUrl": "https://polymarket.com/profile/0x3496..."
}

Quick start

  1. Run with defaults — top 25 OVERALL weekly P&L leaders.
  2. Switch to enriched mode to vet the top 10 before following anyone.
  3. Schedule it daily and diff the results to catch new names entering the boards.
  4. Pipe into the Polymarket Whale Tracker actor (same author) to watch the wallets you picked in real time.

Pricing

Pay-per-event: cheap leaderboard-row events for raw rows; trader-profile events only for the rich enriched/profile records you actually receive.

Use with AI agents (Claude, Cursor, n8n — MCP)

This Actor works out of the box as an MCP tool. Point your agent at Apify's hosted MCP server and it can call the Actor directly:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=mrlarryjohnson/polymarket-top-traders"
}
}
}

OAuth sign-in happens on first connect (or use an Authorization: Bearer <APIFY_TOKEN> header). Your agent can then fetch trader leaderboards and verified P&L profiles on demand and reason over the results — same pay-per-event pricing, no extra setup.

FAQ

  • Do I need API keys or a crypto wallet? No — public Polymarket endpoints only.
  • Where do the numbers come from? Polymarket's own leaderboard, positions, and activity APIs — every record links to the trader's public profile page.
  • Can I export CSV / Excel / JSON? Yes — standard Apify dataset exports.
  • Is this financial advice? No. Informational data only.

Changelog

  • 0.1 — initial release: leaderboard / enriched / profiles modes, cross-window consistency, live open P&L verification.