v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBSettlements
Retrieve DVP RVP
Retrieves a DVP RVP by reportID.
get/accounts/{accountID}/reports/daily-trade-summary/{reportID}
Path parameters
accountIDstring required
The user's unique account identifier.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759
reportIDstring required
The DVP/RVP report identifier.
Example:bsr_040fb9cc-84e8-4f20-bf09-d398dacd458d.1622745430469_20210604
Response
Example response
{
"id": "bsr_040fb9cc-84e8-4f20-bf09-d398dacd458d.1622745430469_20210604",
"tradeDate": "2021-06-04",
"status": "SUCCESSFUL",
"note": "Hey! Welcome to DriveWealth Developer Docs!",
"partnerID": "80f9b672-120d-4b73-9ccv9-42fb3262c4b9",
"created": "2022-12-11T22:28:21.810Z",
"updated": "2022-12-11T22:28:21.810Z",
"updatedBy": "SYSTEM",
"source": "MANUAL",
"amount": {
"totalBuy": {
"quantity": 10.71358941,
"notional": 144.26,
"orders": 30
}
},
"breakdownJson": "https://du2c4wzqz90h1.cloudfront.net/buySellTradesReport...."
}