---
title: "Get historical vault data"
method: GET
path: "/vault/data/historical/{vaultOrSuperformIDs}"
tags: ["Data"]
---

# Get historical vault data

`GET /vault/data/historical/{vaultOrSuperformIDs}`

Get historical vault data by vaultID(s) or superformID(s)

## Path parameters

- `vaultOrSuperformIDs` string, required — Comma-separated list of vault or superform IDs

## Query parameters

- `start_timestamp` integer — Unix timestamp for the start of the time series data
- `end_timestamp` integer — Unix timestamp for the end of the time series data
- `granularity` 'hour' | 'day' — Granularity of the time series data. Default is day.

## Response `200`

OK

- HistoricalVaultResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `vaults` object, required — Vault metrics data keyed by superform_id

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/superform/apis/superform-api.md) · [All operations](https://skmtc.dev/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superform/superform-api/revisions/6eb27ced1c96/schema)
