TimeSeriesValue

TimeSeriesValue
TimeSeriesValue

A timeseries object containing timestamp and price value at the timestamp

JSON Example
{
    "timestamp": "string",
    "value": "number"
}
string As date-time As date-time
timestamp
Optional

The timestamp of the metric.

number
value
Optional

The expense value at the timestamp.