Skip to main content

Order Price Limit

Subscribe to Get Order Price Limit.

For derivative trading order price limit, refer to announcement
For spot trading order price limit, refer to announcement

Push frequency: 300ms

Topic:
priceLimit.{symbol}

Response Parameters

ParameterTypeComments
topicstringTopic name
tsnumberThe timestamp (ms) that the system generates the data
dataarrayObject.
> symbolstringSymbol name
> buyLmtstringHighest Bid Price
> sellLmtstringLowest Ask Price

Subscribe Example

{"op": "subscribe", "args": ["priceLimit.BTCUSDT"]}

Response Example

{
"topic": "priceLimit.BTCUSDT",
"data": {
"symbol": "BTCUSDT",
"buyLmt": "114450.00",
"sellLmt": "103550.00"
},
"ts": 1750059683782
}