Core APIReferenceVaultsSlug

/vaults/{slug}/volume

Get latest 24h volume for a vault by slug

GET
/vaults/{slug}/volume

Get latest 24h volume for a vault by slug

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/vaults/nest-alpha-vault/volume"
{  "data": {    "vaultAddress": "string",    "volume24h": 0  }}