Skip to main content
GET
Returns a day-by-day series for a base token rather than a single book. Every non-closed stock book your instance holds on that token contributes, and any pooled peers of those books contribute too, so the series describes the instrument as your venue sees it. The response always carries one entry per calendar day in the range, in UTC, including days with no activity. That keeps the series directly plottable without gap-filling on the client.

Path Parameters

string
required
Base token contract. Matched case-insensitively.

Query Parameters

string
default:"1M"
Window length: 1W, 1M, 3M, 6M or 1Y. Anything else returns INVALID_PARAM.

Response Fields

object
Prices and volumes here are decimal numbers, not order book unit strings. Everywhere else on this surface amounts are integer strings; this endpoint is the display series and is scaled for charting.

Error Codes