binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 623 forks source link

Sub-account transfer API support #299

Open kovalu opened 3 years ago

kovalu commented 3 years ago

Adding support for POST /wapi/v3/sub-account/transfer.html API to allow asset transfer from/to main account and sub-account.

BEWARE! This is dependent on a bugfix in: https://github.com/binance-exchange/binance-java-api/pull/298