Skip to main content
GET
/
platforms
cURL
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
  }
]

Response

200 - application/json

Default Response

id
string
name
string
image
string
description
string
defiLlamaId
string
isDeprecated
boolean
tokens
string[]
tags
string[]