Add probit to list of non-working exchanges

closes #6379
This commit is contained in:
Matthias 2022-02-08 19:21:27 +01:00
parent 535bbd681f
commit 172e018d2d

View File

@ -27,7 +27,8 @@ API_FETCH_ORDER_RETRY_COUNT = 5
BAD_EXCHANGES = {
"bitmex": "Various reasons.",
"phemex": "Does not provide history. ",
"phemex": "Does not provide history.",
"probit": "Requires additional, regular calls to `signIn()`.",
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
}