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
    Market Data
      Introduction
      Workflow
      Exchange-Bound Messages
        Market Data RequestSymbol List Request
      Client-Bound Messages
      Examples
      Identifiers
    Drop Copy
Exchange-Bound Messages

Market Data Request <V>

Subscribes the current session to a Market Data - Snapshot/Full Refresh <W> followed by zero or more Market Data - Incremental Refresh <X> messages.

See Examples: Market Data Requests for sample requests and responses.


Fields

TagNameReqDescription
Standard HeaderYMsgType = V
262MDReqIDYUnique identifier of the market data request. Uniqueness must be guaranteed by the institution for the duration of the connection to the market data channel.
263SubscriptionRequestTypeYIndicates what type of response is expected.

Valid values:
1 = Snapshot + Updates (Subscribe)
264MarketDepthYDepth of the book to receive snapshot and updates for.

Valid values:
0 = Full Book
1 = Top of Book
267NoMDEntryTypesYNumber of MDEntryType <269> fields requested.
⇒ 269MDEntryTypeYType of market data entry to receive snapshots and updates for.

Valid values:
0 = Bid
1 = Offer
2 = Trade
R = MarkPrice
S = FundingAmount
146NoRelatedSymYNumber of symbols requested.
⇒ 55SymbolYMarket data symbol requested.

See Symbol List <y> for a list of supported symbols.
9003EnableMDEntryMakerSideNOptional custom field to enable showing MDEntryMakerSide <9002> in Market Data – Incremental Refresh messages when MDEntryType <269> had the value 2 = Trade.

See Examples: Request to enable maker side on trades.
9009MDEntryFundingIsRealizedNOptional custom field used in Market Data – Incremental Refresh <X> MDEntry groups when MDEntryType had the value S = Funding Amount to indicate the IsRealized field of Funding Amount.
Standard TrailerY
Last modified on April 17, 2026
Understanding Price and QuantitySymbol List Request
On this page
  • Fields