test: enable testing bitget spot markets

This commit is contained in:
Matthias
2025-07-30 21:37:17 +02:00
parent a6b643a33f
commit 786c858452

View File

@@ -408,6 +408,19 @@ EXCHANGES = {
"candle_count": 200,
"orderbook_max_entries": 50,
},
"bitget": {
"pair": "BTC/USDT",
"stake_currency": "USDT",
"hasQuoteVolume": True,
"timeframe": "1h",
"candle_count": 1000,
# "futures": False,
# "futures_pair": "BTC/USDT:USDT",
# "hasQuoteVolumeFutures": False,
# "leverage_tiers_public": True,
# "leverage_in_spot_market": True,
# "private_methods": ["fetch_accounts"],
},
"htx": {
"pair": "ETH/BTC",
"stake_currency": "BTC",