I am currently developing a project using the Outsystems platform aiming to create a Bitcoin trading bot that utilizes the Binance marketplace API.
However, I have encountered a significant obstacle in the integration process. Binance has security measures in place that restrict API requests from servers located in the United States..
This restriction poses a challenge for developers like me who are using Outsystems, as the platform's servers are often located in the US.
Details:
You could use a NGINX server in between OutSystems server and Binance API. Have the NGINX be installed in data centre where there is no restriction and let OutSystem call this NGINX server which in turn will proxy the request to Binance. Please note you need to configure the NGINX so that it will NOT proxy pass the IP of the caller.