Static IP Management APIs
April 10, 2026
We are pleased to announce two new endpoints for managing static IP addresses at the user level. These APIs support compliance with the exchange's algo trading circular, which requires API order traffic to originate from a registered static IP address once enforcement is active.
What Are the Static IP APIs?
Static IPs are registered at the user level — the same registered addresses apply across all your API usage regardless of which OAuth client issued your access token.
Platform rules that apply to these APIs:
- Static IPs can only be changed once per calendar week.
- After a successful update, existing access tokens are invalidated — you must complete the OAuth flow again to obtain a new token.
- Once enforcement is active, orders may be rejected unless traffic originates from a registered IP.
- Both primary_ip and secondary_ip must use standard IPv4 or IPv6 address notation.
What's New?
Get Static IPs —
GET /user/ipReturns the primary and optional secondary static IP addresses currently registered for your user account, along with the timestamps of their last updates.
See the Get Static IPs API documentation for request details, response fields, and error codes.
Update Static IPs —
PUT /user/ipUpdates the primary (required) and optional secondary static IP for your user account. A successful update invalidates your existing access token.
See the Update Static IPs API documentation for request body, response fields, and error codes.
How to Get Started
- Call Get Static IPs to check which IPs are currently registered for your account.
- If you need to register or change your IPs, call Update Static IPs with your
primary_ipand, optionally, asecondary_ip. - After a successful update, complete the OAuth flow to obtain a new access token before making further API calls.
For UI-based registration steps and a full overview of platform rules, refer to the My Apps guide.
Engage with Us
We welcome your feedback and questions. Join the discussion on our Developer Community to share suggestions or report issues.