v1.0.6: fix() fix type differences for spot vs futures candles. Add example for fetching last 1k futures candles
This commit is contained in:
@@ -4,6 +4,9 @@ export type numberInString = string;
|
||||
|
||||
export type OrderSide = 'Buy' | 'Sell';
|
||||
|
||||
/**
|
||||
* @deprecated use SpotKlineInterval or FuturesKlineInterval, depending on which API group you're using
|
||||
*/
|
||||
export type KlineInterval =
|
||||
| '1min'
|
||||
| '5min'
|
||||
|
||||
Reference in New Issue
Block a user