Created a bot for trading using the API. The bot initiates a trade after checking the price and then, keeps-on checking the price every 20 seconds until the correct conditions are met. This is way below the rate limit, However, after a few hours (sometimes minutes), I get this message:
{'code': 'ip_blocked_for_api_key', 'context': {'client_ip': '2687:sgw:2878:229:1'}}
IP address shown is fake; just for demonstration purposes. Why is this happening? The bot is hosted on a VPS server different from the location I'm living in. Is that it? Is the Delta server blacklisting me because my trading server and the computer I access my account from are in 2 different regions? OR something else?
Anyone eles faced this problem?
P.S I did whitelist both the IPv4 and IPv6 addresses.
Created a bot for trading using the API. The bot initiates a trade after checking the price and then, keeps-on checking the price every 20 seconds until the correct conditions are met. This is way below the rate limit, However, after a few hours (sometimes minutes), I get this message:
{'code': 'ip_blocked_for_api_key', 'context': {'client_ip': '2687:sgw:2878:229:1'}}IP address shown is fake; just for demonstration purposes. Why is this happening? The bot is hosted on a VPS server different from the location I'm living in. Is that it? Is the Delta server blacklisting me because my trading server and the computer I access my account from are in 2 different regions? OR something else?
Anyone eles faced this problem?
P.S I did whitelist both the IPv4 and IPv6 addresses.