Skip to main content
Trading on Coinbase International Exchange (INTX) is conducted through the Orders API. This guide covers order creation, management, modification, and cancellation workflows.

Creating an Order

Use Create Order to place trades. Each order requires an instrument, side, size, type, and time-in-force specification.
To learn more about this SDK, please visit the INTX Python SDK.

Order Types

INTX supports multiple order types for different trading strategies:

Limit Order Example

Market Order Example

Stop-Limit Order Example

Listing Open Orders

Retrieve active orders using List Open Orders. Orders can be filtered by instrument, side, order type, and other parameters.

Getting Order Details

Retrieve details for a specific order using Get Order Details.

Modifying an Order

Modify open orders using Modify Open Order. You can adjust price, stop price, or size without cancelling and recreating the order.

Cancelling an Order

Cancel a single order using Cancel Order.

Cancelling Multiple Orders

Cancel multiple orders at once using Cancel Orders. This can cancel all orders or filter by instrument, side, or type.