Get the top prediction market traders on Polymarket.
cURL
curl --request GET \ --url https://api.example.com/v1/predictions/polymarket/leaderboard
curl -H "X-API-Key: $API_KEY" \ https://api.perps.studio/v1/predictions/polymarket/leaderboard
[ { "rank": 1, "address": "0xabcd...", "totalVolume": "5000000.00", "totalPnl": "125000.00", "winRate": "0.68", "marketsTraded": 45 } ]