Get Level1 Order Book

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

Gets a snapshot of the level1 order book for product

Path Parameters

  • accountIdstringRequired
    The ID of the account
  • productstringRequired
    The name of the product

200 Response

time string <date-time>required
The timestamp when the order book snapshot was generated
Example: 2025-11-27T18:48:51.383577451Z
product string required
Product name
Example: BTC-USD
bidPrice string <decimal>required
Highest bid price for base asset in quote currency
Example: 7090.96
bidSize string <decimal>required
Quantity of base asset at highest bid price
Example: 1.253433
askPrice string <decimal>required
Lowest ask price for base asset in quote currency
Example: 7090.97
askSize string <decimal>required
Quantity of base asset at lowest ask price
Example: 1.2

default Response

error string required
errorName string required
reqId string required
context object
Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
errorName string required
Same value as the top-level errorName.
field string
Request field associated with the validation failure.
message string
Human-readable field-level validation message.