List Exchange Accounts

GET /exchanges/{exchangeID}/accounts

Retrieves a list of accounts for the specified exchange.

Required Permissions

Parameters

Path parameters

Response

200 Response example

{
  "items": [
    {
      "id": "spot",
      "name": "spot",
      "exchangeId": "ex-lna4c-h5hr8-xxxxxxxxxxxxxxx",
      "exchangeName": "kraken"
    }
  ]
}

Last updated