Skip to main content
1

Get an API key

Visit polyedge.dev to create an account and generate your API key.You’ll use this key in the X-PolyEdge-Key header on every request.
2

Fetch the leaderboard

Call the leaderboard endpoint to retrieve the top Polymarket traders ranked by PNL over the last 30 days.
A successful response looks like this:
Demo keys return a maximum of 20 results and do not support pagination (offset must be 0). See Authentication for tier details.
3

Use the SDK

Install the SDK for your language and make the same call with a few lines of code.
Copy polyedge.js and parser_compact_tx.js (Node.js) or polyedge.py, parser_compact_tx.py, and sseclient.py (Python) from the SDK examples into your project, then call the leaderboard:

Next steps

Authentication

Understand access tiers and how to handle auth errors.

Leaderboard guide

Filter and sort the leaderboard to find the traders you care about.

Real-time stream

Subscribe to live Polymarket order flow via SSE.

API reference

Full parameter and response field documentation for every endpoint.