You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you trade a while in Binance, you might end up with some coins that have such low amount that they are below the minimum amount to be traded. Thus, Binance introduced the function "Convert Small Balance to BNB" some time ago that cleans up these coins and converts them into BNB. Thus, this function is very similar to the trade for coins with very low amount, however, the conversion is not done via the orderbook but in Binance internally. Recently, Binance added an API to get the history of your "DustLogs", which is there name for the "Convert Small Balance to BNB" functionality.
I added a method within the trade service to get the history of these conversions. Since they are not strictly trades and have a very different data structure I added a Binance specific methods with corresponding DTOs without trying to generalize this Binance specific functionality in the core of XChange.
…bblet) in Binance that gives you the history of your conversion results for small balances that are so small that they cannot be traded. See knowm#4371.
…n. (#4370)
* Adds the new response "EGeneral:Too many requests" from Kraken to the base service. See #4369 (comment)
* Added new possibility to use the DustLog call (GET /sapi/v1/asset/dribblet) in Binance that gives you the history of your conversion results for small balances that are so small that they cannot be traded. See #4371.
* Implemented suggestions from @walec51.
If you trade a while in Binance, you might end up with some coins that have such low amount that they are below the minimum amount to be traded. Thus, Binance introduced the function "Convert Small Balance to BNB" some time ago that cleans up these coins and converts them into BNB. Thus, this function is very similar to the trade for coins with very low amount, however, the conversion is not done via the orderbook but in Binance internally. Recently, Binance added an API to get the history of your "DustLogs", which is there name for the "Convert Small Balance to BNB" functionality.
I added a method within the trade service to get the history of these conversions. Since they are not strictly trades and have a very different data structure I added a Binance specific methods with corresponding DTOs without trying to generalize this Binance specific functionality in the core of XChange.
Pull request is #4370.
The text was updated successfully, but these errors were encountered: