API Documentation
Public endpoints for traders, markets, wallets, and trades. All responses are JSON.
GET
/api/leaderboardTop traders leaderboard with optional time window.
window=allTime|1d|1w|1mlimit=1..50
Example: /api/leaderboard?window=allTime&limit=20
GET
/api/markets/listList active prediction markets.
limit=1..50
Example: /api/markets/list?limit=20
GET
/api/wallet/[address]Wallet analytics: P&L, win rate, volume.
address (Ethereum)
Example: /api/wallet/0x1234...
GET
/api/trades/recentRecent large trades across Polymarket.
limit=1..50
Example: /api/trades/recent?limit=20