Linode and binance.com

Hi,
I'm located in europe and willing to use a linode VPS to connect to binance.com API.
It seems that even with a VPS 'located' in Germany, binance detects it as a US server and doesn't allow the connection.

Does anyone face a similar issue?
Any potential resolution?

1 Reply

I've tried to recreate this issue from a few different locations to see if our servers are being blocked. When I run a curl command to the API endpoint from a server in the US, I receive the following error:

curl https://api.binance.com
{
  "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."

From other regions, including our Frankfurt Data Center, I don't:

curl https://api.binance.com
<!DOCTYPE html><html><head><title>Test OK</title></head><body></body></html>

I'd recommend trying to run that curl command from your Linode. If you get that error saying the location is restricted, this would suggest that your IP address is for some reason not showing up as the correct geographic region. To resolve this, you can reach out to support by creating a ticket and we can try to swap out your IP address for one that isn't blocked.

If you're not seeing that error, but still can't connect, feel free to follow up here with additional information like any guide you're using, what steps you've taken, and any errors you're seeing. Our Community might be able to better help with more information.

You can also take a look at the Binance API Documentation which includes contact information for more help from their side.

Ultimately, you may be able to use Binance from a Linode hosted outside the US, but I want to point out that anyone doing that should investigate to make sure doing so is allowed by Binance and by any applicable laws. US users can try using the Binance.us API instead.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct