Add keyword arguments for get_fee
This commit is contained in:
parent
c93780d6a6
commit
d04c87c5b3
@ -328,4 +328,5 @@ def get_fee() -> float:
|
|||||||
if _API.markets is None or len(_API.markets) == 0:
|
if _API.markets is None or len(_API.markets) == 0:
|
||||||
_API.load_markets()
|
_API.load_markets()
|
||||||
|
|
||||||
return _API.calculate_fee('ETH/BTC', '', '', 1, 1)['rate']
|
return _API.calculate_fee(symbol='ETH/BTC', type='', side='', amount=1, price=1)['rate']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user