get_timeseries
Historical time-series. Hour or day buckets of deposits created, intents signaled, or fulfilled volume. 60 credits per call. Pass group_by=platform|currency|maker|verifier to receive a multi-series payload (series[]) instead of a single global buckets array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied. | |
| from | No | Window lower bound (inclusive). ISO-8601 (`2026-04-01T00:00:00Z`) or unix-seconds. Optional when `range` is supplied. | |
| maker | No | Repeatable or comma-separated maker (depositor) addresses. | |
| range | No | Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retired on 2026-04-30; use the explicit shortcuts below. | |
| entity | Yes | Which series to aggregate. | |
| currency | No | Repeatable or comma-separated currency codes. | |
| group_by | No | Multi-series grouping. When set, the response returns `series[]` (up to 25 keys ordered by total value) instead of a single `buckets` array. | |
| platform | No | Repeatable or comma-separated platform ids (analytics treats as verifier alias). | |
| verifier | No | Repeatable or comma-separated verifier addresses. | |
| granularity | No | Bucket size (default: day). |