chore: add futures only exchange variants to "bad exchanges"
This commit is contained in:
@@ -40,6 +40,9 @@ BAD_EXCHANGES = {
|
|||||||
"bitmex": "Various reasons.",
|
"bitmex": "Various reasons.",
|
||||||
"probit": "Requires additional, regular calls to `signIn()`.",
|
"probit": "Requires additional, regular calls to `signIn()`.",
|
||||||
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
|
"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 = {
|
MAP_EXCHANGE_CHILDCLASS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user