granularity you supply.
history — array of { "t": number, "p": string } points.
t is the Unix timestamp (UTC seconds) for the bucket.p is the midpoint price at that instant, returned as a fixed-precision string to avoid floating-point drift.Token identifier (market) to query.
Start of the time range (unix timestamp in seconds). Required when interval is absent.
End of the time range (unix timestamp in seconds). Defaults to now when omitted.
Preset time window to query. Cannot be used with startTs/endTs.
1m, 5m, 15m, 1h, 6h, 1d, 1w, max Bucket size in minutes when using explicit timestamps. Auto-calculated when omitted.
x >= 1Time series of midpoint prices