API Documentation

Public endpoints for traders, markets, wallets, and trades. All responses are JSON.

GET/api/leaderboard

Top traders leaderboard with optional time window.

window=allTime|1d|1w|1mlimit=1..50

Example: /api/leaderboard?window=allTime&limit=20

GET/api/markets/list

List 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/recent

Recent large trades across Polymarket.

limit=1..50

Example: /api/trades/recent?limit=20