Skip to main content
GET
Get vault history

Path Parameters

address
string<hex>
required

Account address.

from
integer<int64>
required

Start timestamp in milliseconds (inclusive). Use 0 for all available history.

Required range: x >= 0
to
integer<int64>
required

End timestamp in milliseconds (inclusive). Use 0 for the latest available snapshot.

Required range: x >= 0
interval
enum<string>
required

Aggregation interval for the return and NAV curves. Candle timeframe/interval for aggregation

Available options:
1m,
5m,
15m,
30m,
1h,
4h,
1d
Example:

"1h"

Response

Vault history

Response containing vault returns, NAV, TVL, annualized APR, and summary stats.

apr
string
required

Annualized percentage return as a decimal string.

nav
object[]
required

Per-share NAV curve normalized to 1.0 at the vault's first positive NAV.

returns
object[]
required

Return curve derived from vault account equity snapshots.

tvl
object[]
required

TVL curve derived from vault account equity snapshots.

vaultStats
object
required

Summary stats derived from the per-share NAV returns over the requested range.