Skip to main content
GET
/
order
/
routers
routers
curl --request GET \
  --url https://api.jup.ag/ultra/v1/order/routers \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "Iris",
    "icon": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Response

200 - application/json

Successful response

id
string
required
name
enum<string>
required
Available options:
Iris,
JupiterZ,
DFlow,
OKX DEX Router
icon
string