Adds TRADESResponse

pull/9066/head
Joe Schr 2 years ago
parent 634e81c7e0
commit 118ca784e8

@ -28,3 +28,4 @@ Tickers = Dict[str, Ticker]
# pair, timeframe, candleType, OHLCV, drop last?,
OHLCVResponse = Tuple[str, str, CandleType, List, bool]
TRADESResponse = Tuple[str, str, CandleType, List, bool]

Loading…
Cancel
Save