get_protocol_overview
Investor diligence overview. Investor-focused protocol diligence payload. Pass a range shortcut for cached buckets (mtd/ytd/all) or a non-default shortcut (last_7d, qtd, ..) for a live windowed compute. Includes growth, throughput, liquidity quality, concentration, and protocol mix.
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. | |
| 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. |