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/platforms[
{
"id": "jupiter-exchange",
"name": "Jupiter",
"image": "https://sonar.watch/img/platforms/jupiter-exchange.webp",
"description": "Jupiter Aggregator",
"defiLlamaId": "jupiter",
"isDeprecated": false
}
]Request for platform information
curl --request GET \
--url https://api.jup.ag/portfolio/v1/platforms[
{
"id": "jupiter-exchange",
"name": "Jupiter",
"image": "https://sonar.watch/img/platforms/jupiter-exchange.webp",
"description": "Jupiter Aggregator",
"defiLlamaId": "jupiter",
"isDeprecated": false
}
]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.
Was this page helpful?