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>",
  "totalActiveContractsMicro": "<string>",
  "totalActiveContractsDecimal": "<string>"
}

Authorizations

x-api-key
string
header
required

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

Legacy whole-contract count. Use totalActiveContractsMicro or totalActiveContractsDecimal for the exact value.

totalPositionsValueUsd
string
required
totalActiveContractsMicro
string

Active contracts in micro-contract units (1000000 = 1 contract)

totalActiveContractsDecimal
string

Active contracts as a decimal string