v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Exchanges

List Account Instrument Exchanges.

Retrives a list of Account Instrument Exchanges by accountID.

get/accounts/{accountID}/summary/exchanges

Response

Retrieving a list of Account Instrument Exchanges by accountID was Successful.

accountIDstring required

The account id of the user where the order was placed

accountNostring required

The account number of the user where the order was placed

tradingTypestring required
updatedstring required

Example response

{
  "tradingType": "CASH",
  "exchanges": [
    {
      "userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
      "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
      "accountNo": "DWBG000052"
    }
  ]
}