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

No trading fees when on tesent #412

Open aymens opened 2 years ago

aymens commented 2 years ago

I'm using the trading fees from wallet API in my program.

At some time I'll need to test my program on testnet before going on prod with real money.

But, as the trade fees wallet endpoint returns an empty response on testnet (realized that with postman), my program won't run correctly.

Is there a solution to this problem, other than mocking the call to fees endpoint myself?

Thanks