cURL
Market Data
public/get_order_book
Retrieves the order book (bids and asks) for a given instrument, along with other market values such as best bid/ask prices, last trade price, mark price, and index price.
The order book depth can be controlled using the depth parameter, which accepts values from 1 to 10000. The response includes price levels sorted by price (bids descending, asks ascending).
GET
cURL
Query Parameters
The instrument name for which to retrieve the order book, see public/get_instruments to obtain instrument names.
Example:
"BTC-PERPETUAL"
The number of entries to return for bids and asks, maximum - 10000.
Available options:
1, 5, 10, 20, 50, 100, 1000, 10000 Example:
5