Vault History

get

Get APY history for all vaults for the given date range. apy is the composition-weighted yield APY (liquid assets are excluded from the APY denominator). navApy is the price-delta (NAV-based) APY computed from vault token price changes.

Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
orderstring · enumOptional

Ordering for history arrays. desc returns newest first. asc returns oldest first.

Default: descExample: descPossible values:
chainIdnumber | nullableOptional

Optional chain ID. Defaults to Plume: 98866

Default: 98866
Responses
chevron-right
200

Vault APY history with composition and NAV-based APY

application/json
get
/vaults/apy-history
200

Vault APY history with composition and NAV-based APY

get

Get TVL history for all vaults for the given date range

Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

VaultTVLHistory for all vaults

application/json
get
/vaults/tvl-history
get

Get VaultHoldersHistory for all vaults for the given date range

Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

VaultHoldersHistory for all vaults for the given date range

application/json
get
/vaults/holders-history
get

Get daily volume history for all vaults for the given date range

Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Daily volume history for all vaults for the given date range

application/json
get
/vaults/volume-history
get

Get APY history for vault by slug for the given date range. apy is the composition-weighted yield APY (liquid assets are excluded from the APY denominator). navApy is the price-delta (NAV-based) APY computed from vault token price changes.

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
orderstring · enumOptional

Ordering for history arrays. desc returns newest first. asc returns oldest first.

Default: descExample: descPossible values:
chainIdnumber | nullableOptional

Optional chain ID. Defaults to Plume: 98866

Default: 98866
Responses
chevron-right
200

Vault APY history with composition and NAV-based APY

application/json
get
/vaults/{slug}/apy-history
get

Get Vault TVL history by slug for the given date range

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Vault TVL history

application/json
get
/vaults/{slug}/tvl-history
get

Get Vault holders history by slug

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Vault holders history

application/json
get
/vaults/{slug}/holders-history
get

Get Vault volume history by slug for the given date range

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
Responses
chevron-right
200

Vault volume history

application/json
get
/vaults/{slug}/volume-history
get

Get Vault daily price history by slug

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
chainIdnumber | nullableOptional

Optional chain ID. Defaults to plume mainnet (98866)

Default: 98866
Responses
chevron-right
200

Vault price history

application/json
get
/vaults/{slug}/price-history
get

Get Vault Liquid Funds history by slug with pagination

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Start date in Unix timestamp seconds

endDatenumber | nullableOptional

End date in Unix timestamp seconds

limitnumber · min: 1 · max: 200Optional

Maximum number of history entries to return

Default: 50Example: 50
cursorstringOptional

Cursor returned from a previous request

Responses
chevron-right
200

Vault Liquid Funds history

application/json
get
/vaults/{slug}/liquid-funds-history
get

Get Vault pending redemptions history by slug with separate filters for requestedAt and expiresAt

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
requestedAtStartnumber | nullableOptional

Start date for requestedAt filter (Unix timestamp in seconds)

requestedAtEndnumber | nullableOptional

End date for requestedAt filter (Unix timestamp in seconds)

expiresAtStartnumber | nullableOptional

Start date for expiresAt filter (Unix timestamp in seconds)

expiresAtEndnumber | nullableOptional

End date for expiresAt filter (Unix timestamp in seconds)

Responses
chevron-right
200

Vault pending redemptions history

application/json
get
/vaults/{slug}/pending-redemptions-history
get

Get historical vault composition by slug for the given date range. Returns daily snapshots of asset allocation across all chains, including both liquid and yield assets with their weights and values.

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Query parameters
startDatenumber | nullableOptional

Unix timestamp in seconds

endDatenumber | nullableOptional

Unix timestamp in seconds

Default: 1768672688
orderstring · enumOptional

Ordering for history arrays. desc returns newest first. asc returns oldest first.

Default: descExample: descPossible values:
Responses
chevron-right
200

Vault composition history

application/json
get
/vaults/{slug}/composition-history

Last updated