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
      Price & Quantity
        Currency-Denominated FieldsUnderstanding Price & Quantity
      Gemini Clearing
    Market Data
    Drop Copy
Price & Quantity

Understanding price and quantity

New Order Single Example

In a New Order Single <D> message for the BTCUSD symbol:

  • OrderQty <38> is denominated in BTC (the quantity currency).
  • Price <44> is denominated in USD (the price currency).

Raw FIX Message

Code
RAW 8=FIX.4.4|9=137|35=D|34=2237|49=CLIENT|52=20160218-22:25:24.277|56=GEMINI|11=SOME_ORDER|38=5|40=2|44=420.18|54=1|55=BTCUSD|59=1|60=20160218-17:24:14.453|10=066| HEADER 8 BeginString: FIX4.4 9 BodyLength: 137 34 MsgSeqNum: 2237 35 MsgType: NewOrderSingle (D) 49 SenderCompID: CLIENT 52 SendingTime: 20160218-22:25:24.277 56 TargetCompID: GEMINI BODY 11 ClOrdID: SOME_ORDER 38 OrderQty: 5 40 OrdType: LIMIT (2) 44 Price: 420.18 54 Side: BUY (1) 55 Symbol: BTCUSD 59 TimeInForce: GOOD_TILL_CANCEL (1) 60 TransactTime: 20160218-17:24:14.453 TRAILER 10 CheckSum: 066
Last modified on April 17, 2026
Currency-Denominated FieldsGemini Clearing Workflow
On this page
  • New Order Single Example
    • Raw FIX Message