Core APIReferenceVaultsSlug
/vaults/{slug}/volume-history
Get Vault volume history by slug for the given date range
Get Vault volume history by slug for the given date range
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/volume-history"{ "data": { "vaultAddress": "string", "history": [ { "day": 0, "volume24h": 0 } ] }}