Core APIReferenceVaultsSlug
/vaults/{slug}/price-history
Get Vault daily price history by slug
Get Vault daily price history by slug
Path Parameters
slug*string
Unique slug identifier for the vault.
Length
1 <= lengthQuery Parameters
startDate?|
Unix timestamp in seconds
endDate?|
Unix timestamp in seconds
Default
1787560960chainId?|
Optional chain ID. Defaults to plume mainnet (98866)
Default
98866Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/vaults/nest-alpha-vault/price-history"{ "data": { "vaultAddress": "string", "history": [ { "day": 0, "price": 0 } ] }}