diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 6784500da..8937c0d14 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -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",