GeminiGemini
SandboxGet API key
  • Crypto Trading
  • Prediction Markets
Resources
  • Changelog

© 2026 Gemini Space Station, Inc.

Gemini Crypto Exchange LogoGemini Crypto Exchange Logo
REST APIs
    Orders
    Market Data
    Derivatives
    Margin Trading
    Staking
    Clearing
    Instant Orders
WebSocket
    AuthenticationMessage Format
    Streams
      Book TickerL2 Partial DepthL2 Differential DepthTrade StreamOrder EventsBalance Updates
    Playground
      Overviewconninfopingtimesubscribeunsubscribelist_subscriptionsdepthorder.placeorder.cancelorder.cancel_allorder.cancel_session
Agentic
FIX
    Overview
    Order Entry
      IntroductionErrorsThird Party Support
      Workflow
      Exchange-Bound Messages
      Client-Bound Messages
      Examples
      Identifiers
        Client-Supplied IdentifiersIdentifiers Assigned by Gemini
      Price & Quantity
      Gemini Clearing
    Market Data
    Drop Copy
Identifiers

Client supplied identifiers

Tag

Name

Defined In

Echoed Back

Description

11

ClOrdID

  • New Order Single <D>
  • Order Cancel Request <F>
  • Execution Report <8>
  • Order Cancel Reject <9>

The client's request identifier, which may refer to either an order or an order-cancel request.

 

Gemini strongly recommends making this field unique among active orders for a given port. One common practice is to include a date prefix (e.g., 20160114_0001).

 

Gemini does not enforce uniqueness, so sending a duplicate ClOrdID <11> might cause confusion in downstream reports.

41

OrigClOrdID

  • New Order Single <D>
  • Order Cancel Request <F>
  • Execution Report <8>
  • Order Cancel Reject <9>

Specifies the ClOrdID <11> of the order you want to cancel. This must correspond to a currently outstanding order submitted during this trading session.

 

Gemini will cancel every active order whose ClOrdID <11> matches the value in this field.

Last modified on April 17, 2026
Server-Side CancellationsIdentifiers Assigned by Gemini