The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
cURL
curl --request GET \ --url https://api.jup.ag/prediction/v1/leaderboards \ --header 'x-api-key: <api-key>'
{ "data": [ { "ownerPubkey": "<string>", "realizedPnlUsd": "<string>", "totalVolumeUsd": "<string>", "predictionsCount": 123, "correctPredictions": 123, "wrongPredictions": 123, "winRatePct": "<string>", "period": "<string>", "periodStart": "<string>", "periodEnd": "<string>" } ], "summary": { "all_time": { "totalVolumeUsd": "<string>", "predictionsCount": 123 }, "weekly": { "totalVolumeUsd": "<string>", "predictionsCount": 123 }, "monthly": { "totalVolumeUsd": "<string>", "predictionsCount": 123 } } }
Get leaderboard rankings by various metrics
Get API key via https://developers.jup.ag/portal
all_time
weekly
monthly
1 <= x <= 100
pnl
volume
win_rate
Leaderboard entries
Show child attributes
Was this page helpful?