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 --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
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
}
}
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Get API key via https://developers.jup.ag/portal
all_time, weekly, monthly 1 <= x <= 100pnl, volume, win_rate Was this page helpful?