Core APIReferenceVaultsSlug
/vaults/{slug}/tvl
Get Vault TVL by slug
Get Vault TVL by slug
Path Parameters
slug*string
Unique slug identifier for the vault.
Length
1 <= lengthQuery Parameters
liveLiquidity?string
Default
falseResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/vaults/nest-alpha-vault/tvl"{ "data": { "vaultAddress": "string", "tvl": 0 }}