Get Level2 Order Book

get/api/prime/trading/v1/accounts/{accountId}/products/{product}/level2

Gets a snapshot of the order book for product

Path Parameters

  • accountIdstringRequired
    The id of the trading account to retrieve
  • productstringRequired
    The name of the product

200 Response

time string <date-time>required
product string required
Product name e.g. BTC
bids array[string] required
An array of levels of [price, size]
asks array[string] required
An array of levels of [price, size]

default Response

error string required
errorName string required
reqId string required