tiagosiebler / binance

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

Add missing simple-earn endpoints #386

Closed OrpineJelly closed 1 month ago

OrpineJelly commented 8 months ago

Is there any plan to implement the simple-earn api?

tiagosiebler commented 8 months ago

Not yet, I typically prioritise the ones I personally need or those that my sponsors regularly ask for. Pull requests are also welcome to help improve the sdk. Seems to be quite a lot of new endpoints to add: https://binance-docs.github.io/apidocs/spot/en/#simple-earn-endpoints

JJ-Cro commented 1 month ago

All endpoints have been added, SDK provides full REST coverage now!

OrpineJelly commented 1 month ago

All endpoints have been added, SDK provides full REST coverage now!

thanks!