add algo order (authorized)
Places new order on behalf of a client
POST /algo/authorized/order/add
{
"clientId": 10,
"instrument": "ETH-USD:USDT-USD",
"clientOrderId": 1,
"side": "ask",
"size": 12345678,
"volume": 12345678,
"price": 12345678,
"type": "limitIOC",
"firmBookEnabled": true,
"qsEnabled": false
}
Parameter
Type
Description
Attribute
Type
Description
Attribute
Type
Description
Last updated