GET
/
v1
/
predictions
/
polymarket
/
leaderboard
Get Leaderboard
curl --request GET \
  --url https://api.example.com/v1/predictions/polymarket/leaderboard

Example

curl -H "X-API-Key: $API_KEY" \
  https://api.perps.studio/v1/predictions/polymarket/leaderboard
Example Response
[
  {
    "rank": 1,
    "address": "0xabcd...",
    "totalVolume": "5000000.00",
    "totalPnl": "125000.00",
    "winRate": "0.68",
    "marketsTraded": 45
  }
]