GET
/api/v1/exchanges
Permission: EXCHANGES_READSecurity: SIGNED
Returns the array of exchange accounts and API connections currently connected to the user's account with verification status, trading permissions, and connection types.
Query Parameters
exchangestring optional
Optional filter for accounts matching a specific exchange code (e.g. 'binance', 'bybit').
Example Request
GETGET /api/v1/exchanges
Response Parameters
Array of Account Entities
If successful, the response returns an array of Exchange Connection entities detailing the connected exchanges, trading permissions, and operational status.
Example Response
connected_exchanges_response.json
200 OK