Skip to main content
BETAThe Prediction Market API is currently in beta and subject to breaking changes as we continue to improve the product. If you have any feedback, please reach out in Discord.
This doc covers the social features of Jupiter Prediction Market: user profiles, leaderboards, and the global trade feed.

Prerequisite

To use social features, you need:
API REFERENCEFor complete endpoint specifications, see the Prediction API Reference.

User Profiles

Use GET /profiles/{ownerPubkey} to retrieve a user’s prediction market statistics and performance metrics.
Example response:

P&L History

Use GET /profiles/{ownerPubkey}/pnl-history to retrieve time-series P&L data for charting.
Example response:

Trade Feed

Use GET /trades to retrieve recent trades across the platform. This provides a global activity feed of filled orders.
Example response:

Leaderboards

Use GET /leaderboards to retrieve competitive rankings.
Example response:

Use Cases

Analytics Dashboard

Combine leaderboards with profiles for competitive analysis:

Summary