order (authorized)
Retrieves existing order information on behalf of another client
POST /algo/order
{
"clientId": 10,
"id": 123456
}
Parameter
Type
Description
{
"content": {
"id": 123456,
"clientOrderId": 1,
"clientId": 10,
"masterId": 9999,
"status": "PARTIALLY_EXECUTED",
"side": "ask",
"initiatorType": "regular",
"instrument": "ETH-USD:USDT-USD",
"size": 12345678,
"volume": 12345678,
"price": 12345678,
"remainingSizeOrVolume": 123,
"createdAt": 1767225600,
"type": "limitIOC",
"cancelReason": "some",
"filledPercent": 9500,
"executionSize": 12345678,
"executionVolume": 12345678,
"orders": [
{
"orderId": 123456,
"executionIndex": 0,
"side": "ask",
"instrument": "ETH-USD",
"size": 12345678,
"executionSize": 12345678,
"executionVolume": 12345678,
"executionCode": 0
},
...
]
},
"error": 0
}Attribute
Type
Description
Attribute
Type
Description
Last updated