Static IP for a Trading Bot

Static IP for a Trading Bot

The bot is compute. The static IP is network identity. Do not bind the whitelist to the VPS NIC; bind it to a dedicated proxy so you can move the process.

Architecture

Python

proxies = {"https": "http://USER:PASS@HOST:443"}
# attach to requests / SDK session

Node.js

Use an explicit HttpsProxyAgent. Node fetch() does not always honour HTTPS_PROXY. Full page: /integrations/nodejs.

Python setup · Node.js setup · WebSocket static IP