Add `timeframe` input to `kraken` history api
parent
72dfeb2b4e
commit
25b90afbdb
|
@ -259,6 +259,7 @@ async def open_history_client(
|
|||
queries: int = 0
|
||||
|
||||
async def get_ohlc(
|
||||
timeframe: float,
|
||||
end_dt: Optional[datetime] = None,
|
||||
start_dt: Optional[datetime] = None,
|
||||
|
||||
|
|
Loading…
Reference in New Issue