add algo (synthetic and GTC orders)
Places new order
POST /algo/order/add
{
"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