tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
763 stars 265 forks source link

Is this implementation compatible with Binance Futures? #121

Closed watch-janick closed 3 years ago

watch-janick commented 3 years ago

Is this implementation compatible with Binance Futures and does it work with the testnet?

Thanks!

tiagosiebler commented 3 years ago

Not yet but the next major release will be.

watch-janick commented 3 years ago

Any idea when the next major release will be... released? 😅

On Sun 11 Jul 2021 at 22:39, Tiago @.***> wrote:

Not yet but the next major release will be.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tiagosiebler/binance/issues/121#issuecomment-877857905, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXRB5SGUPRGEYCQFCNK7YLTXH6R7ANCNFSM5AFME5QQ .

tiagosiebler commented 3 years ago

Not yet. Hope would be perhaps in a month or two but there's always a chance it can take longer. The new structure for the REST APIs is working well. I've got the majority of the spot/mining/margin endpoints integrated, though some categories are still missing. If you want to help flesh out the existing endpoints (as well as types and tests), drop me a message. The new structure means it's simple to implement other binance API categories too, but next I'm working on sorting out the websocket implementation.

watch-janick commented 3 years ago

Alright, I will need to use the futures API very soon so I'll use another library this time.

Good luck with the implementation! I really like the features of your library unfortunately I'm short on time for this project otherwise I would've gladly helped!

Thank you!

Le mar. 13 juil. 2021 à 09:56, Tiago @.***> a écrit :

Not yet. Hope would be perhaps in a month or two but there's always a chance it can take longer. The new structure for the REST APIs is working well. I've got the majority of the spot/mining/margin endpoints integrated, though some categories are still missing. If you want to help flesh out the existing endpoints (as well as types and tests), drop me a message https://t.me/nodetraders. The new structure means it's simple to implement other binance API categories too, but next I'm working on sorting out the websocket implementation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tiagosiebler/binance/issues/121#issuecomment-878864743, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXRB5QRG3Q4T37SQ4HOE3TTXPWTDANCNFSM5AFME5QQ .

tiagosiebler commented 3 years ago

Hi @watch-janick - the next major release is up for beta testing if you're up to it, take a look at #122. Any help in expanded testing is hugely valuable. Drop any feedback in the PR (or open further issues) if needed. Thank you!