Core APIReferenceVaultsSlug
/vaults/{slug}/price
Get the NAV, price and total supply for a vault by slug
Get the NAV, price and total supply 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/price"{ "data": { "vaultAddress": "string", "nav": 0, "price": 0, "totalSupply": 0, "interpolatedPrice": 0 }}