Quote-volumelist fix for gateio

This commit is contained in:
Matthias 2022-01-06 16:13:10 +01:00
parent 326e3d1f8e
commit 24ec78b11c

View File

@ -21,6 +21,7 @@ class Gateio(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ohlcv_volume_currency": "quote",
}
_headers = {'X-Gate-Channel-Id': 'freqtrade'}