Skip to main content
GET
cURL

Query Parameters

instrument_name
string
required

The instrument name for which to retrieve the order book, see public/get_instruments to obtain instrument names.

Example:

"BTC-PERPETUAL"

depth
enum<integer>

The number of entries to return for bids and asks, maximum - 10000.

Available options:
1,
5,
10,
20,
50,
100,
1000,
10000
Example:

5

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request