Vault Positions

get

Get Vault calculated NAV, calculated price and Total Supply by slug

Path parameters
slugstring · min: 1Required

Unique slug identifier for the vault.

Example: nest-alpha-vault
Responses
200

Vault Calculated NAV, Price, Supply and component breakdown

application/json
get
/vaults/{slug}/calculated-price
GET /v1/vaults/{slug}/calculated-price HTTP/1.1
Host: api.nest.credit
Accept: */*
{
  "data": {
    "vaultAddress": "text",
    "calculatedNav": 1,
    "calculatedPrice": 1,
    "totalSupply": 1
  }
}

Last updated