cURL
curl --request GET \ --url https://api.jup.ag/prediction/v1/profiles/{ownerPubkey} \ --header 'x-api-key: <api-key>'
{ "ownerPubkey": "<string>", "realizedPnlUsd": "<string>", "totalVolumeUsd": "<string>", "predictionsCount": "<string>", "correctPredictions": "<string>", "wrongPredictions": "<string>", "totalActiveContracts": "<string>", "totalPositionsValueUsd": "<string>" }
Get profile statistics for a user
Get API key via https://portal.jup.ag
Profile stats
Was this page helpful?