Get market data snapshot
Permissions required: Execute trades or Read trade activity
Get real-time market data snapshot for a trading symbol from the liquidity provider.
Authorizations
An API key associated with a security role
Query Parameters
The trading pair symbol (e.g., BTC-USD, ETH-USD)
The account ID (either accountId or subaccountId must be provided)
The subaccount ID (either accountId or subaccountId must be provided)
Comma-separated list of size buckets for market depth (e.g., 0.1,0.5,1.0)
Comma-separated list of amount buckets for market depth (e.g., 1000,5000,10000). Amount buckets represent USD values. Note: When using amount buckets, the price levels in the response may show size as aggregated notional value rather than asset quantity.
Number of price levels to return for bids and offers. Must be greater than zero. The API will return up to the requested depth, limited by available liquidity in the order book. Defaults to 5 if none of depth, sizeBuckets, or amountBuckets are specified.
Price increment for market data aggregation (decimal string for precision)
Response
Successfully retrieved market data snapshot
Array of market data snapshots

