chore: Remove Phemex from blocklist.

not providing history is not necessarily a reason to hard-block an exchange.
This commit is contained in:
Matthias
2024-07-27 15:56:54 +02:00
parent 6645fd5d8a
commit 6454a7a453

View File

@@ -37,7 +37,6 @@ API_FETCH_ORDER_RETRY_COUNT = 5
BAD_EXCHANGES = {
"bitmex": "Various reasons.",
"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.",
}