GeminiGemini
Demo environmentGet API key
  • Overview
  • Crypto Trading
  • Prediction Markets
  • Perpetuals
  • Stocks
  • API Reference
  • SDKs & Tools
Changelog
Gemini logoGemini logo

© 2026 Gemini Space Station, Inc.

Overview
Spot
    OverviewGet started
    Orders API
    Market Data API
    Fund Management API
    Instant Orders API
    WebSocket API
    FIX API
      Overview
      Order Entry
      Market Data
        Introduction
        Workflow
        Exchange-Bound Messages
          Market Data RequestSymbol List Request
        Client-Bound Messages
        Examples
        Identifiers
      Drop Copy
Margin
    Overview
    Margin REST API
      Get Margin Account SummaryGet Margin Interest RatesPreview Margin Order Impact
Staking
    Overview
    Staking REST API
      List Staking BalancesStake Crypto FundsUnstake Crypto FundsList Staking Event HistoryList Staking RatesList Staking Rewards
Clearing
    Clearing REST API
      Clearing Orders
      Broker & Trade Operations
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
Understanding Price and QuantitySymbol List Request
On this page
  • Fields