Get v1assets history
Path Parameters
Asset symbol — case-sensitive
Query Parameters
raw (default) samples directly from discount_snapshots; 1m
reads the 1-minute continuous aggregate so longer ranges stay cheap.
Any other value is rejected with 400 rather than silently falling
back to raw (QA B-020).
Inclusive lower bound on ts. Defaults to now − 24 hours.
Inclusive upper bound on ts. Defaults to now.
Page size, clamped to [1, 5000]. Default 500.
Response
Time series of discount values, newest first
EWMA-smoothed discount (the value the state machine uses).
Raw discount sample (1 - market/intrinsic) before EWMA smoothing.
None for bucket=1m because the continuous aggregate
discount_1m only stores avg(discount_smooth). For bucket=raw,
populated from discount_snapshots.discount_raw.