tiagosiebler / binance

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

Missing Wallet endpoints #315

Closed emiliocr90 closed 1 week ago

emiliocr90 commented 1 year ago

Please add the missing main client's wallet endpoints. For example, https://binance-docs.github.io/apidocs/spot/en/#user-asset-user_data

tiagosiebler commented 1 year ago

Thanks for raising this. I'm looking to work towards full API coverage, including thorough types as well as end to end tests. This has been an incremental progress, in all my SDKs. If you're looking for these missing pieces sooner rather than later, I'd also absolutely welcome contributions via pull requests.

JJ-Cro commented 1 week ago

All rest endpoints are now added as of recently, in case you are still looking for it.