orders (authorized)
Retrieves list of Algo orders on behalf of another client
POST /api/algo/authorized/orders
{
"clientId": 10,
"pageNumber": 0,
"pageSize": 250
}Parameter
Type
Description
{
"content": [
...
],
"totalElements": 1,
"size": 250,
"number": 0,
"error": 0
}Attribute
Type
Description
Last updated