Core APIReferenceVaultsSlug
/vaults/{slug}/holders-history
Get Vault holders history by slug
Get Vault holders 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
1787560960Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/vaults/nest-alpha-vault/holders-history"{ "data": { "vaultAddress": "string", "history": [ { "day": 0, "chainId": 0, "start": 0, "end": 0, "min": 0, "max": 0, "average": 0, "count": 0 } ] }}