{
"channel_name": "TRADING",
"type": "BOOKED", // DEPRECATED
"event": "ORDER",
"status": "OPEN",
"order_book_sequence": 70422217646,
"side": "SELL",
"amount": "0.1",
"price": "85000",
"instrument_code": "BTC_EUR",
"tif": "GTC",
"client_id": "c95d3780-cd25-44e2-a7c6-5f04991e819e",
"order_id": "b3572bca-4c88-4fc0-8537-2ada40cd91c1",
"time": 1743072083415515130,
"bals": [
{
"c": "BTC",
"a": "10"
},
{
"c": "EUR",
"a": "20000"
}
],
"lckd_bals": [
{
"c": "BTC",
"a": "0.1"
},
{
"c": "EUR",
"a": "0"
}
]
}
{
"channel_name": "TRADING",
"type": "BOOKED", // DEPRECATED
"event": "ORDER",
"status": "OPEN",
"order_book_sequence": 70422328145,
"side": "BUY",
"uid": 1407374883553397,
"amount": "0.5",
"price": "95000",
"instrument_code": "BTC_EUR_P",
"tif": "GTC",
"client_id": "e303aa78-ef05-4d25-86df-f30c89411441",
"order_id": "688c96fd-1b01-4ae1-a43d-fb29551b2546",
"time": 1743073597225086103,
"margin_used": "4750",
"liquidation": true, // This is optional, and only present if the order is part of a liquidation event
"bals": [
{
"c": "EUR",
"a": "800146.32750407"
}
]
}