Protocol

Daily digest

Per-day, per-market protocol activity. New fields may appear without notice.

get/v1/protocol/digest

Query parameters

daysinteger

Trailing window ending today (inclusive). Ignored when from is given.

fromstring date

Inclusive range start (YYYY-MM-DD). Overrides days.

tostring date

Inclusive range end; default today. Range capped at 1000 days; from > to → 400.

Response

One entry per date that has data; absent dates are not zero-filled. A market appears only on days it had activity. Cache-Control: public, max-age=300.

sincestring date required
untilstring date required

Example response

{
  "since": "2026-08-19",
  "until": "2026-08-19",
  "daily": [
    {
      "date": "2026-08-19"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.