Skip to main content
GET
Get Order Book Depth

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market
string
required

Trading market to query

Example:

"AAPL-USD.P"

depth
integer

Number of price levels to return per side. Defaults to 10. Maximum 100.

Required range: x <= 100
Example:

10

Response

Order book snapshot

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""

result
object