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 UniversalTransfer types #316

Closed emiliocr90 closed 1 year ago

emiliocr90 commented 1 year ago

at types/spot.ts, several types are missing. additionally, several params are missing at UniversalTransferParams interface.

https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer-user_data

tiagosiebler commented 1 year ago

Hi, yes - it's been an incremental process to add these types as well as some of the currently missing endpoints. Contributions via pull requests are very welcome, no matter how small.

emiliocr90 commented 1 year ago

Hi, yes - it's been an incremental process to add these types as well as some of the currently missing endpoints. Contributions via pull requests are very welcome, no matter how small.

I will send pull requests whenever I find issues. No problem!

emiliocr90 commented 1 year ago

this has been resolved with PR #317