Core APIReferenceVaultsSlug

/vaults/{slug}/price-history

Get Vault daily price history by slug

GET
/vaults/{slug}/price-history

Get Vault daily price history by slug

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Query Parameters

startDate?|

Unix timestamp in seconds

endDate?|

Unix timestamp in seconds

Default1787560960
chainId?|

Optional chain ID. Defaults to plume mainnet (98866)

Default98866

Response 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      }    ]  }}