v1
latestOpenAPI 3.0.22026-07-24113565544.0 KBTrade Allocations
List Trade Allocations by Advisor
Fetches a list of an User's allocations.
get/users/{userID}/managed/allocations
Path parameters
userIDstring required
A unique identifier created for each User on DriveWealth's platform.
Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932
The User's unique identifier.
Response
Fetching A List Of A User's Allocation was Successful.
Example response
[
{
"id": "JF.allocation.TendiesTradingCo.e61f512a-ed9c-4047-9ccf-224a5864158d",
"clientListID": "Hey! Welcome to DriveWealth Developer Docs!",
"status": "NEW",
"allocationsRequested": 500,
"allocationsCompleted": 25,
"unallocatedNotional": 5320,
"unallocatedQuantity": 302,
"comment": "All allocated and accounted for. 1::1::0 client note[empty], . timeMs=667 ratePerSec=1.50 msPerItem=667.00",
"createdWhen": "2022-12-22T16:04:46.724Z"
}
]