mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
added new command to return balance across all currencies
This commit is contained in:
@@ -84,6 +84,8 @@ def get_balance(currency: str) -> float:
|
||||
|
||||
return EXCHANGE.get_balance(currency)
|
||||
|
||||
def get_balances():
|
||||
return EXCHANGE.get_balances()
|
||||
|
||||
def get_ticker(pair: str) -> dict:
|
||||
return EXCHANGE.get_ticker(pair)
|
||||
|
||||
Reference in New Issue
Block a user