The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
curl --request GET \
--url https://api.jup.ag/portfolio/v1/positions/{address}{
"date": 1710000000000,
"owner": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV",
"fetcherReports": [
{
"id": "jupiter-exchange",
"status": "ok",
"duration": 120
}
],
"elements": [
{
"type": "multiple",
"label": "Wallet",
"platformId": "native-stake",
"name": "Native Stake",
"data": {
"assets": [
{
"type": "token",
"networkId": "solana",
"value": 1713.4,
"data": {
"address": "So11111111111111111111111111111111111111112",
"amount": 10,
"price": 171.34
}
}
]
}
}
],
"duration": 450
}Request for Jupiter positions of an address
curl --request GET \
--url https://api.jup.ag/portfolio/v1/positions/{address}{
"date": 1710000000000,
"owner": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV",
"fetcherReports": [
{
"id": "jupiter-exchange",
"status": "ok",
"duration": 120
}
],
"elements": [
{
"type": "multiple",
"label": "Wallet",
"platformId": "native-stake",
"name": "Native Stake",
"data": {
"assets": [
{
"type": "token",
"networkId": "solana",
"value": 1713.4,
"data": {
"address": "So11111111111111111111111111111111111111112",
"amount": 10,
"price": 171.34
}
}
]
}
}
],
"duration": 450
}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.
Solana wallet address
Comma separated list of platform ids
Default Response
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?