Subscribe Order Book
API Description
This Websocket API provides real-time order book data for a specified instrument, including bids and asks.
Note: Order book data is available via both Resful and Websocket APIs. This page describes the Websocket API. For information on the RESTful API, please click here
Precautions
- This Websocket returns the depth information for the specified instrument.
- This Websocket does not allow user to specify a bid/ask levels. By default, it returns 100 levels of bids and asks in response.
Authentication
This is a public Websocket and does not require authentication. For details on using the Websocket API, please refer to Introduction > Authentication & Code Snippet > Futures > Websocket Public Interface.
Websocket URL
Frequency Limit
The frequency limit for this subscription is 10 requests/2s per IP.