# /account/exchange-credentials/{id} Get a set of exchange credentials by ID. The ID is the exchange credential's unique identifier. You can find the ID in the response of the Get exchange credentials endpoint. The response will include the exchange credentials. Endpoint: GET /account/exchange-credentials/{id} Version: 1.0 ## Path parameters: - `id` (integer, required) Exchange Credentials ID ## Response 200 fields (application/json): - `alias` (string) Custom alias/reference for exchange credentials - `clientId` (string) Client ID for exchange credentials - `clientSecret` (string) Client secret for exchange credentials - `credentialsId` (integer) Unique identifier for credentials - `exchangeId` (integer) Exchange identifier - `isExchangeDefault` (boolean) Whether these are the default exchange credentials ## Response 400 fields (application/json): - `code` (integer) Example: 400 - `message` (string) Example: "Bad Request" - `reason` (array) Example: ["Invalid input"] ## Response 404 fields (application/json): - `code` (integer) Example: 404 - `message` (string) Example: "Not Found"