v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Exchanges

Retrieve Account Instrument Exchange History

Retrieves a list of Account Instrument Exchange History by accountID.

get/accounts/{accountID}/reports/exchange-history

Response

Retrieving Account Instrument Exchange History 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

{
  "exchanges": [
    {
      "userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
      "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
      "accountNo": "DWBG000052",
      "created": "2019-03-29T20:00:00.000Z",
      "orderExpires": "2019-03-29T20:00:00.000Z"
    }
  ]
}