Blacklist Poloniex - as ccxt does not provide a fetch_order endpoint
This commit is contained in:
parent
06cae1b60c
commit
5c0f98b518
@ -21,6 +21,7 @@ BAD_EXCHANGES = {
|
|||||||
"hitbtc": "This API cannot be used with Freqtrade. "
|
"hitbtc": "This API cannot be used with Freqtrade. "
|
||||||
"Use `hitbtc2` exchange id to access this exchange.",
|
"Use `hitbtc2` exchange id to access this exchange.",
|
||||||
"phemex": "Does not provide history. ",
|
"phemex": "Does not provide history. ",
|
||||||
|
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders.",
|
||||||
**dict.fromkeys([
|
**dict.fromkeys([
|
||||||
'adara',
|
'adara',
|
||||||
'anxpro',
|
'anxpro',
|
||||||
|
Loading…
Reference in New Issue
Block a user