Skip to main content
GET
L2 orderbook
Returns the L2 orderbook for a single asset. Each level has px (price), sz (aggregate size), and n (number of resting orders at that level). levels[0] = bids (descending), levels[1] = asks (ascending).

Example

Query Parameters

coin
string
required
network
string
default:mainnet

Response

200 - application/json

Orderbook snapshot

coin
string
time
integer
levels
object[][]

Index 0 = bids (descending), index 1 = asks (ascending)