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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The trading pair symbol (e.g., BTC-USD, ETH-USD)

string

The account ID (either accountId or subaccountId must be provided)

string

The subaccount ID (either accountId or subaccountId must be provided)

sizeBuckets
array of strings

Comma-separated list of size buckets for market depth (e.g., 0.1,0.5,1.0)

sizeBuckets
amountBuckets
array of strings

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.

amountBuckets
int64

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.

string

Price increment for market data aggregation (decimal string for precision)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json