Adds TRADESResponse
This commit is contained in:
@@ -28,3 +28,4 @@ Tickers = Dict[str, Ticker]
|
|||||||
|
|
||||||
# pair, timeframe, candleType, OHLCV, drop last?,
|
# pair, timeframe, candleType, OHLCV, drop last?,
|
||||||
OHLCVResponse = Tuple[str, str, CandleType, List, bool]
|
OHLCVResponse = Tuple[str, str, CandleType, List, bool]
|
||||||
|
TRADESResponse = Tuple[str, str, CandleType, List, bool]
|
||||||
|
|||||||
Reference in New Issue
Block a user