- Baseline: FIX 5.0 SP2 specification.
- Environments: Production, Sandbox
Environment URLs
- Production Drop Copy Gateway:
tcp+ssl://fix-dc.exchange.coinbase.com:6122 - Sandbox Drop Copy Gateway:
tcp+ssl://fix-dc.sandbox.exchange.coinbase.com:6122
Header
A standard header must be present at the start of every message in both directions.Logon (35=A)
Drop Copy Session Configuration
To establish a Drop Copy session, you must set the
DropCopyFlag (9406) to Y in your Logon message. This tells the server that this session should only receive execution reports and not process order entry messages.Execution Report (35=8)
This message is sent by Coinbase Exchange to provide execution reports for all orders placed through any FIX session or REST API associated with your API key. Drop Copy sessions receive the same execution reports as order entry sessions, but without the ability to place new orders.Administrative Messages
Drop Copy sessions use the same administrative messages as order entry sessions:Drop Copy Session Behavior
- Drop Copy sessions only receive execution reports and administrative messages
- Order entry messages (NewOrderSingle, OrderCancelRequest, etc.) are not supported on Drop Copy sessions
- All execution reports for orders placed through any FIX session or REST API associated with your API key will be delivered to the Drop Copy session
- The same authentication and connection management rules apply as for order entry sessions