Add api doc links to _get_bars def

small_kucoin_fixes
jaredgoldman 2023-04-03 20:50:38 -04:00
parent 9db84e8029
commit 93e7d54c5e
1 changed files with 2 additions and 1 deletions

View File

@ -316,7 +316,8 @@ class Client:
type: str = '1min', type: str = '1min',
) -> np.ndarray: ) -> np.ndarray:
''' '''
Get OHLC data and convert to numpy array for perffff Get OHLC data and convert to numpy array for perffff:
https://docs.kucoin.com/#get-klines
''' '''
# Generate generic end and start time if values not passed # Generate generic end and start time if values not passed