gateio / gatews

Gate Websocket V4 SDK
89 stars 35 forks source link

Balance notification timestamp semantics #46

Closed LKresta closed 1 year ago

LKresta commented 1 year ago

Hello there,

I have a question regarding balance notifications coming from WebSocket API (https://www.gate.io/docs/developers/futures/ws/en/#balances-notification). Does the timestamp there represent the time when the change occurred "in engine" or does it represent the time when the notification was dispatched from your end? I assume the former but wanted to double-check.

Thanks! L.

revilwang commented 1 year ago

Every time or time_ms in detailed result response means the change occurred in engine.

LKresta commented 1 year ago

Ok, thanks for clarification!