v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBAccounts
List User Accounts
Retrieves a list of User Accounts by userID, including joint accounts the user co-owns.
get/users/{userID}/accounts
Path parameters
userIDstring required
Unique ID of the User to fetch their accounts at DriveWealth.
Response
Retrieving a list of User Accounts by userID was Successful.
Example response
[
{
"id": "8b8ba3fd-74dc-45dc-b2dc-7de683bd713c.1556222995391",
"accountNo": "DWBG000052",
"nickname": "Justin's Self Directed Account",
"status": {
"name": "PENDING",
"description": "Pending"
},
"accountType": "LIVE",
"accountManagementType": "SELF",
"tradingType": {
"name": "CASH",
"description": "Cash Account"
},
"leverage": 1,
"commissionID": "449d41b9-3940-41ff-b0e6-334adfb443f8",
"userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"bod": {
"moneyMarket": 3028.98,
"equityValue": 12071.5,
"cashAvailableForWithdrawal": 3028.98,
"cashAvailableForTrading": 3028.98,
"updatedWhen": "2022-12-12T21:13:12.391Z"
},
"cashBalance": 3028.98,
"sweepInd": true,
"createdWhen": "2022-12-11T22:28:21.810Z",
"updatedWhen": "2022-12-11T22:28:21.810Z",
"lastActivityDate": "2024-07-23",
"interestedParties": [
{
"data": [
{
"id": "cc07f91b-7ee1-4868-b8fc-823c70a1b932",
"from": "2022-12-25T22:28:21.810Z",
"to": "2022-12-26T22:28:21.810Z"
}
]
}
]
}
]