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
834 stars 627 forks source link

Get withdrawal fee #405

Open mkaan96 opened 2 years ago

mkaan96 commented 2 years ago

I can't find an API to get withdrawal fees for a coin. Is it implemented?

TheLeBot commented 2 years ago

No, officially it is not supported. You should fork the official implementation and extend Withdraw class with transactionFee attribute. Afterwards you can use it in your code.