Great library! I hope I can contribute something useful.
I've added a FuturesUserStream implementation based on the UserStream and the futures docs. Additionally, I noticed the ORDER_TRADE_UPDATE event was incorrectly matching the LiquidationEvent type for futures websocket events. I added types to correctly match and parse that event based on the docs. Happy to make any needed adjustments.
Great library! I hope I can contribute something useful.
I've added a
FuturesUserStream
implementation based on theUserStream
and the futures docs. Additionally, I noticed theORDER_TRADE_UPDATE
event was incorrectly matching theLiquidationEvent
type for futures websocket events. I added types to correctly match and parse that event based on the docs. Happy to make any needed adjustments.