Skip to main content
The FIX Drop Copy API provides execution reports for orders placed through other FIX sessions or the REST API. This service allows clients to receive real-time execution updates for all their trading activity in a single consolidated feed. About this API:
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
You can connect with the same authentication as our existing FIX order entry system. Connectivity is limited to a single connection per API key—Order Entry rate limits do not apply (connections, rps, burst rps).
FIX5 Resets Saturdays at 1PM ET FIX5 Order Entry, Market Data, and Drop Copy customers will be logged out every Saturday at 1PM ET (6PM UTC).
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
Single Connection Limit:Like order entry sessions, Drop Copy is limited to a single connection per API key. You cannot have multiple Drop Copy sessions active simultaneously with the same API key.