FIX Updates
Updated: 2025-Oct-1 Coinbase is implementing the following changes to our FIX channels on October 2, 2025 FIX Drop Copy Session- Execution Reports (ER) will be delivered for ‘new’ or ‘changed’orders. Note: ER’s for cancelled orders coming soon
- Execution Reports (ER) for orders placed in previous sessions will now be delivered to currently connected sessions, if applicable.
- A TradeID tag has been added to completed order messages, i.e messages with MDEntryType=Trade (269=2)
<field number='1003' name='TradeID' type='STRING'/>
Deleting travel rule fields in POST /withdrawals/crypto REST API
Updated: 2025-Jan-13 We are removing travel rule fields fromPOST /withdrawals/crypto
REST API. Customers in travel rule jurisdictions can withdraw only to their allowlisted addresses.
Adding new PUT /address-book/{id} REST endpoint
Added: 2025-Jan-8 We are introducing a new REST endpoint to edit an editing existing address book entry - useful for customers in travel rule jurisdictions. This endpoint requires the API key to have MANAGE permissions. Non travel-rule jurisdictions can only edit the label of the address book entry. Example requestPUT https://api.exchange.coinbase.com/address-book/{id}
. Here {id} refers to uuid of the crypto address.