Skip to main content
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>"
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Path Parameters

ownerPubkey
string
required

Response

Profile stats

ownerPubkey
string
required
realizedPnlUsd
string
required
totalVolumeUsd
string
required
predictionsCount
string
required
correctPredictions
string
required
wrongPredictions
string
required
totalActiveContracts
string
required
totalPositionsValueUsd
string
required