Skip to main content
POST
Query L3 Order Book

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

Body

application/json
nonce
integer<int64>
required

Nonce used in construction of API-Sign header

pair
string
required

Asset pair to get order book for

Example:

"YFI/EUR"

depth
enum<integer>
default:100

Number of price levels to return per side (bids/asks). Use 0 to return the full book.

Available options:
0,
10,
25,
100,
250,
1000
Example:

10

Response

200 - application/json

Level 3 order book data retrieved.

result
object
error
string[][]

Kraken API error