🚨 Action Required: lite-api.jup.ag will be deprecated on 31st January 2026. View migration guide →
lite-api.jup.ag
cURL
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
Solana wallet address
Comma separated list of platform ids
Default Response
Show child attributes
Was this page helpful?