Add gate.io to list of supported exchanges

This commit is contained in:
Matthias
2021-09-02 20:56:46 +02:00
parent 5844f5a7fa
commit 982534ddc7
3 changed files with 4 additions and 0 deletions

View File

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