test: add basic online tests for coinex exchange

This commit is contained in:
Matthias
2025-09-30 19:22:21 +02:00
parent abd02979dd
commit 102fc3e184

View File

@@ -419,6 +419,14 @@ EXCHANGES = {
"timeframe": "1h",
"candle_count": 1000,
},
"coinex": {
"pair": "BTC/USDT",
"stake_currency": "USDT",
"hasQuoteVolume": False,
"timeframe": "1h",
"candle_count": 1000,
"orderbook_max_entries": 50,
},
# TODO: re-enable htx once certificates work again
# "htx": {
# "pair": "ETH/BTC",