Skip to content

Commit

Permalink
chore: Remove Phemex from blocklist.
Browse files Browse the repository at this point in the history
not providing history is not necessarily a reason to hard-block an exchange.
  • Loading branch information
xmatthias committed Jul 27, 2024
1 parent 6645fd5 commit 6454a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freqtrade/exchange/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def _get_logging_mixin():

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.",
}
Expand Down

0 comments on commit 6454a7a

Please sign in to comment.