Skip to main content
GET
L2 orderbook (bids-only, both sides)

Authorizations

DX-ACCESS-KEY
string
header
required

The API key id (decimal string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Path Parameters

market_id
integer
required

Query Parameters

depth
integer
default:10

Levels per side.

Required range: 1 <= x <= 99

Response

The L2 book (api.md §4.4).

Bids only, both sides (api.md §4.4).

market_id
integer
required
yes
tuple[]
required

YES bids at YES-space ticks

no
tuple[]
required

NO bids at NO-space ticks

as_of_seq
string
required

A u64-domain value rendered as a decimal string (api.md §1).

Pattern: ^[0-9]+$
Example:

"182390"