binance / binance-connector-typescript

Simple Typescript connector to Binance API
MIT License
65 stars 29 forks source link

UnivTransferType enum doesn't support MAIN_FUNDING and FUNDING_MAIN types #11

Closed namig closed 10 months ago

namig commented 11 months ago

Add universal transfer type MAIN_FUNDING and FUNDING_MAIN from documentation https://binance-docs.github.io/apidocs/spot/en/#user-universal-transfer-user_data.

Fix: https://github.com/binance/binance-connector-typescript/pull/10

alplabin commented 10 months ago

The fix has been added to the latest release.