Core APIReferenceVaultsSlug
/vaults/{slug}/liquid-funds
Get Liquid Funds by slug
Get Liquid Funds 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/liquid-funds"{ "data": { "vaultAddress": "string", "liquidFunds": 100, "breakdown": [ { "assetAddress": "string", "chainId": 0, "balance": 0 } ] }}