Skip to main content
GET
Returns every reference price recorded against a book, newest first. One entry is written each time the reference changes, whether it was pushed manually or fetched from a feed, which makes this the audit trail behind any PRICE_OUTSIDE_BAND refusal. Circuit breaker events appear here too, as an entry whose source is CIRCUIT_BREAKER_TRIGGERED and whose enforcementUsed names the size of the move that tripped it. When a feed goes down and the last known price is served instead, the entry records the cached source, so a gap in fresh pricing is visible in the log rather than silent. Only logs written under your own instance are visible, so an imported book returns its record but no history.

Path Parameters

string
required
Order book ID.

Query Parameters

integer
default:"50"
Page size, capped at 100.
integer
default:"0"
Rows to skip.

Response Fields

object

Error Codes