wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Future WebSocket Support

lasys opened this issue · comments

commented

Hey,

first of all: great project - thanks!

I am already using the DayTickerAll WebSocket as shown in the README, and would now like to use the Future WebSockets.
I have seen that there are already models and code for it, but it seems that it is not ready yet.

My question now is whether it is already being developed further, or if I should develop it further myself and then submit a pull request.

Thanks a lot for your help.

@lasys Future API is in very early stage with few features implemented. @AlexApps99 started this work last year.

The websockets support is missing and needs to be implement.

Feel free to submit a PR.

I made a PR at #124.