Skip to main content
GET
/
platforms
cURL
curl --request GET \
  --url https://api.jup.ag/portfolio/v1/platforms
[
  {
    "id": "<string>",
    "name": "<string>",
    "image": "<string>",
    "description": "<string>",
    "defiLlamaId": "<string>",
    "isDeprecated": true,
    "tokens": [
      "<string>"
    ],
    "tags": [
      "<string>"
    ],
    "links": {
      "website": "<string>",
      "discord": "<string>",
      "telegram": "<string>",
      "twitter": "<string>",
      "github": "<string>",
      "medium": "<string>",
      "documentation": "<string>"
    }
  }
]

Response

200 - application/json

Default Response

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