cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
200 stars 78 forks source link

[Bittrex] CURRENCY_OFFLINE #152

Closed OlegVic closed 6 years ago

OlegVic commented 6 years ago

13:04:40: [BITTREX] API error response: CURRENCY_OFFLINE 13:04:40: Error during main loop: API error response: CURRENCY_OFFLINE

BittrexLikeExchange.php(61): BittrexLikeExchange->queryDepositAddress('XLM')

https://bittrex.com/api/v1.1/public/getcurrencies =>

{"Currency":"XLM","CurrencyLong":"Lumen","MinConfirmation":2,"TxFee":0.01000000,"IsActive":false,"CoinType":"LUMEN","BaseAddress":"GB6YPGW5JFMMP2QB2USQ33EUWTXVL4ZT5ITUNCY3YKVWOJPP57CANOF3","Notice":"Wallet Disabled - performing routine maintenance"}

cryptoeax commented 6 years ago

This is an error from the exchange, there is nothing we can do about it. 4dcc193 detects this situation and makes sure we don't use the altcoin in future loops.