Core APIReferenceVaultsSlug
/vaults/{slug}/volume
Get latest 24h volume for a vault by slug
Get latest 24h volume for a vault by slug
Path Parameters
slug*string
Unique slug identifier for the vault.
Length
1 <= lengthResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/vaults/nest-alpha-vault/volume"{ "data": { "vaultAddress": "string", "volume24h": 0 }}