-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
File "/app/exchange.py", line 137, in get_exchange_markets
exchange_markets[exchange] = self.exchanges[exchange].load_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 871, in load_markets
markets = self.fetch_markets()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 178, in fetch_markets
response = self.v2GetMarketsGetMarketSummaries()
File "/usr/local/lib/python3.6/site-packages/ccxt/bittrex.py", line 684, in request
response = self.fetch2(path, api, method, params, headers, body)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 303, in fetch2
return self.fetch(request['url'], request['method'], request['headers'], request['body'])
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 377, in fetch
self.handle_rest_errors(e, response.status_code, self.last_http_response, url, method)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 406, in handle_rest_errors
self.raise_error(error, url, method, exception if exception else http_status_code, response)
File "/usr/local/lib/python3.6/site-packages/ccxt/base/exchange.py", line 288, in raise_error
raise exception_type(output)
ccxt.base.errors.DDoSProtection: bittrex https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries GET 403 Client Error: Forbidden for url: https://bittrex.com/api/v2.0/pub/Markets/GetMarketSummaries
I don't know what this type of issue is.