Const
One point of an object-valued metric time series: { t, o }, where o maps names to numbers — e.g. { o, h, l, c } for /market/price_usd_ohlc, or one entry per exchange/cohort for breakdown metrics.
{ t, o }
o
{ o, h, l, c }
/market/price_usd_ohlc
t
null
Extra fields on a point are tolerated (stripped from the result). Metrics whose o values are nested objects or arrays need a schema of your own.
One point of an object-valued metric time series:
{ t, o }, whereomaps names to numbers — e.g.{ o, h, l, c }for/market/price_usd_ohlc, or one entry per exchange/cohort for breakdown metrics.t— timestamp in unix seconds (see TimeSeriesPointSchema).o— any keys (new keys never fail validation), each a number ornull.Extra fields on a point are tolerated (stripped from the result). Metrics whose
ovalues are nested objects or arrays need a schema of your own.