Bitrue-exchange / Spot-official-api-docs

Official Spot API Documentation
42 stars 27 forks source link

subscribeOrderUpdates sends incorrect events #43

Open alexander-hagen opened 9 months ago

alexander-hagen commented 9 months ago

After successful subscription to subscribeOrderUpdates, the socket sends: { event: 'user_order_update', status: 'ok', ts: 1707595498487 } The expected message is: { "e": "executionReport", "I": "209818131719847936", "E": 1499405658658, "u": 123456, "s": "ETHBTC", "c": "mUvoqJxFIILMdfAW5iGSOW", "S": 1, "o": 1, "q": "1.00000000", "p": "0.10264410", "x": 1, "X": 1, "i": 4293153, "l": "0.00000000", "L": "0.00000000", "n": "0", "N": null, "T": 1499405658657, "t": -1, "O": 1499405658657, "z": "0.00000000", "Y": "0.00000000", "C": "test", }

Can you give a full example of the output and can you please indicate if, after subscribing, there will be an order snapshot first?