Get On-Chain Series Historical Values
arena_get_onchain_historyHow has this on-chain metric moved over time? Returns the full TIME SERIES of one on-chain metric from the Bitcoin Research Kit — date/value pairs in ascending order, with history back to 2009 for most series. Use it for trend and percentile work; for the single current reading call arena_get_onchain_latest, and to discover valid series_ids call arena_list_onchain_series. Values are as-reported: on-chain metrics can be revised retroactively, so this is not a point-in-time vintage. Range capped by tier — the response carries a range block (requested_days, granted_days, clamped, clamp_reason, tier), so a clamped window announces itself instead of silently looking like the full history. [Free 30d / Pro 365d / Power unlimited]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days back from today (clamped by tier). | |
| series_id | Yes | BRK series id, e.g. 'mvrv'. |