---
title: "List centralized exchanges for the Connect picker"
method: GET
path: "/onramp/swapped/connect-exchanges"
tags: ["Onramp"]
---

# List centralized exchanges for the Connect picker

`GET /onramp/swapped/connect-exchanges`

Returns the centralized exchanges offered by the Swapped Connect picker. Served from a maintained static list (Swapped exposes no enumeration API).

## Headers

- `x-api-key` string — API key for authentication (omit when sending Authorization)
- `authorization` string — Bearer platform token (e.g. forwarded by user-service). Takes precedence over `x-api-key` when both are present.

## Response `200`

Supported exchanges

- SwappedConnectExchangesResponse
  - `exchanges` object[], required
    - `connection` string, required
    - `name` string, required
    - `logoUrl` string, nullable, required
  - `fetchedAt` string, required
  - `expiresAt` string, required
  - `stale` boolean, required
  - `exchangeFeeBps` integer

## Other responses

- `401` — Authentication required or invalid credential
- `403` — API key lacks required deposits scope
- `503` — Swapped on-ramp is not configured

---

[API](https://skmtc.net/rhinestonewtf/apis/deposit-service-api.md) · [All operations](https://skmtc.net/rhinestonewtf/apis/deposit-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhinestonewtf/deposit-service-api/versions/ce4e0abfe33a/schema)
