chore: add futures only exchange variants to "bad exchanges"

This commit is contained in:
Matthias
2025-01-09 07:13:04 +01:00
parent fbad2d5c89
commit dc7246413b

View File

@@ -40,6 +40,9 @@ BAD_EXCHANGES = {
"bitmex": "Various reasons.",
"probit": "Requires additional, regular calls to `signIn()`.",
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
"kucoinfutures": "Unsupported futures exchange.",
"poloniexfutures": "Unsupported futures exchange.",
"binancecoinm": "Unsupported futures exchange.",
}
MAP_EXCHANGE_CHILDCLASS = {