3cqs-coder / SymBot

SymBot is a user friendly, self-hosted and automated DCA (Dollar Cost Averaging) cryptocurrency bot solution
https://www.3cqs.com
Other
175 stars 15 forks source link

(Binance) Unable to get symbols #10

Closed ujai closed 1 year ago

ujai commented 1 year ago

Error: Unable to get symbols: {"name":"ExchangeNotAvailable"} binance GET https://api.binance.com/api/v3/exchangeInfo 451 { "code": 0, "msg": "Service unavailable from a restricted location according to 'b. Eligibility' in https://www.binance.com/en/terms. Please contact customer service if you believe you received this message in error." }

3cqs-coder commented 1 year ago

Some exchanges restrict regions that can access their APIs. Binance does this quite often so if your IP address is coming from a location they are restricting this is a typical error they will send. You will need to either contact them or use a server location that Binance allows access from.

ujai commented 1 year ago

Indeed, changed region does helps.. thanks!