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>"
}Profile & Social
Get Profile
Get profile statistics for a user
GET
/
profiles
/
{ownerPubkey}
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>"
}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.
Authorizations
Get API key via https://developers.jup.ag/portal
Path Parameters
Was this page helpful?
⌘I
