drop minimum_date from get_ticker_history
This commit is contained in:
@@ -96,8 +96,8 @@ def get_ticker(pair: str) -> dict:
|
||||
return _API.get_ticker(pair)
|
||||
|
||||
|
||||
def get_ticker_history(pair: str, minimum_date: arrow.Arrow) -> List:
|
||||
return _API.get_ticker_history(pair, minimum_date)
|
||||
def get_ticker_history(pair: str) -> List:
|
||||
return _API.get_ticker_history(pair)
|
||||
|
||||
|
||||
def cancel_order(order_id: str) -> None:
|
||||
|
Reference in New Issue
Block a user