Core APIReferenceVaultsSlug

/vaults/{slug}/price

Get the NAV, price and total supply for a vault by slug

GET
/vaults/{slug}/price

Get the NAV, price and total supply 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/price"
{  "data": {    "vaultAddress": "string",    "nav": 0,    "price": 0,    "totalSupply": 0,    "interpolatedPrice": 0  }}