get https://bo-api.drivewealth.io/back-office/accounts//reports/exchange-history
Retrieves a list of Account Instrument Exchange History by accountID.
Response
Retrieves a list of Account Instrument Exchange History by accountID.
xxxxxxxxxx
curl --request GET \
--url https://bo-api.drivewealth.io/back-office/accounts/accountID/reports/exchange-history \
--header 'accept: application/json' \
--header 'dw-client-app-key: {{yourAppKey}}'
xxxxxxxxxx
31}
{
"accountID": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd.1403540676095",
"accountNo": "DWBG000052",
"tradingType": "CASH",
"updated": "2021-04-23T18:41:32.440Z",
"exchanges": [
{
"id": "GC.f7590a52-75c7-4f3a-92c7-6b03e02dc11f",
"exchangeNo": "ICDU023727",
"status": "FILLED",
"sellSymbol": "VTSMX",
"sellOrderId": "GC.f7590a52-75c7-4f3a-92c7-6b03e02d112",
"sellOrderNo": "EFXM000203",
"buySymbol": "VTSAX",
"buyOrderId": "GC.f7590a52-75c7-4f3a-92c7-6b03e02d223",
"buyOrderNo": "EFXM002102",
"amountCash": 1000,
"sellAveragePrice": 10,
"sellCumulativeQuantity": 100,
"buyAveragePrice": 50,
"buyCumulativeQuantity": 20,
"fees": 0,
"orderExpires": "2019-03-29T20:00:00.000Z",
"createdBy": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd",
"userID": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd",