Skip to main content
GET
/
positions
/
{address}
cURL
curl --request GET \
  --url https://api.jup.ag/portfolio/v1/positions/{address} \
  --header 'x-api-key: <api-key>'
{
  "date": 123,
  "owner": "<string>",
  "fetcherReports": [
    {
      "id": "<string>",
      "status": "<string>",
      "duration": 123
    }
  ],
  "elements": [
    {
      "type": "<string>",
      "data": {},
      "label": "<string>",
      "networkId": "<string>",
      "platformId": "<string>",
      "value": 123,
      "fetcherId": "<string>"
    }
  ],
  "duration": 123,
  "tokenInfo": {}
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

address
string
required

Solana wallet address

Query Parameters

platforms
string

Comma separated list of platform ids

Response

200 - application/json

Default Response

date
number
owner
string
fetcherReports
object[]

Fetchers reports

elements
object[]

Elements of the portfolio

duration
number
tokenInfo
object