feat: add bitget as supported exchange

This commit is contained in:
Matthias
2025-10-18 08:53:18 +02:00
parent 5b45f1bbc8
commit 0f60ee8763
2 changed files with 3 additions and 7 deletions

View File

@@ -21,13 +21,8 @@ logger = logging.getLogger(__name__)
class Bitget(Exchange):
"""
Bitget exchange class. Contains adjustments needed for Freqtrade to work
with this exchange.
Please note that this exchange is not included in the list of exchanges
officially supported by the Freqtrade development team. So some features
may still not work as expected.
"""Bitget exchange class.
Contains adjustments needed for Freqtrade to work with this exchange.
"""
_ft_has: FtHas = {

View File

@@ -57,6 +57,7 @@ SUPPORTED_EXCHANGES = [
"binance",
"bingx",
"bitmart",
"bitget",
"bybit",
"gate",
"htx",