We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b45f1b commit 0f60ee8Copy full SHA for 0f60ee8
freqtrade/exchange/bitget.py
@@ -21,13 +21,8 @@
21
22
23
class Bitget(Exchange):
24
- """
25
- Bitget exchange class. Contains adjustments needed for Freqtrade to work
26
- with this exchange.
27
-
28
- Please note that this exchange is not included in the list of exchanges
29
- officially supported by the Freqtrade development team. So some features
30
- may still not work as expected.
+ """Bitget exchange class.
+ Contains adjustments needed for Freqtrade to work with this exchange.
31
"""
32
33
_ft_has: FtHas = {
freqtrade/exchange/common.py
@@ -57,6 +57,7 @@ def _get_logging_mixin():
57
"binance",
58
"bingx",
59
"bitmart",
60
+ "bitget",
61
"bybit",
62
"gate",
63
"htx",
0 commit comments