Hello,
I have developed an app which uses the Binance API … it works fine when I’m running locally from Romania, but when I deployed on the cloud I got this error:
binance.exceptions.BinanceAPIException: APIError(code=0): 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.
And after a search I find out that, the problem might be that the server is located in US which are blocked from Binance …
I was wondering if there is a possibility to change the physical server location or I shouldm ove to AWS, GCP or something like this .
Thank you