---
title: "Get Daily Data"
method: GET
path: "/vaults/{chain}/{vault_address}/dailyData"
tags: ["Vaults"]
---

# Get Daily Data

`GET /vaults/{chain}/{vault_address}/dailyData`

## Path parameters

- `chain` string, required
- `vault_address` string, required

## Query parameters

- `from` string — ISO-8601 UTC start of range (inclusive). Defaults to earliest.
- `to` string — ISO-8601 UTC end of range (inclusive). Defaults to latest.
- `page_size` integer
- `cursor` string — Opaque pagination cursor from a prior page; resend with the same from/to and page_size.

## Response `200`

Successful Response

- object

## Other responses

- `401` — Unauthorized — missing or malformed Authorization header.
- `403` — Forbidden — API key invalid, revoked, expired, or insufficient permissions for this action or resource.
- `422` — Validation Error
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.net/veda/apis/veda-console-api.md) · [All operations](https://skmtc.net/veda/apis/veda-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/veda/veda-console-api/revisions/2bd8b7cd3078/schema)
