_get_prices_binance already realizes a method, to retrieve the local fiat price for an asset, for which the exchange does not provide a direct pair.
We could implement the logic from _get_prices_binance genericly, so that every get_prices function is able to handle this kind of case.
Idea taken from /u/frugaleringenieur from reddit [1] [2]
_get_prices_binance already realizes a method, to retrieve the local fiat price for an asset, for which the exchange does not provide a direct pair.
We could implement the logic from
_get_prices_binancegenericly, so that everyget_pricesfunction is able to handle this kind of case.Idea taken from /u/frugaleringenieur from reddit [1] [2]