Core APIReferenceVaultsSlug

/vaults/{slug}/tvl

Get Vault TVL by slug

GET
/vaults/{slug}/tvl

Get Vault TVL by slug

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Query Parameters

liveLiquidity?string
Defaultfalse

Response Body

application/json

application/json

application/json

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