Changes
INTX Upcoming Changes
This page provides information about upcoming changes to Coinbase International Exchange.
Two-Sided Position Limits
Docs Added: 2025-JUN-17
Estimated Deployment: 2025-JUN-23
Introducing two-sided position limits for perpetual futures position limit accounting.
In this model, long position notional and short position notional values are tracked separately, and the maximum value across the account is the effective value when determining limit breach
- REST API
- New values in Position response for Get Portfolio Position and List Portfolio Positions:
open_position_notional
: max(long_open_position_notional, short_open_position_notional)long_open_position_notional
short_open_position_notional
- New values in Position response for Get Portfolio Position and List Portfolio Positions:
Disable loan overdraft protection on a portfolio
Docs Added: 2025-JUN-17
Estimated Deployment: 2025-JUN-23
We are adding support to disable loan overdraft protection on a per-portfolio basis. Overdraft loans will not be issued during settlement or any loan acquisition processes that are not initiated by the user.
- REST API
- New parameter to enable/disable overdraft protection to Portfolio Patch endpoint:
disable_overdraft_protection
- New parameter to enable/disable overdraft protection to Portfolio Patch endpoint: