Core APIReferenceVaultsSlug
/vaults/{slug}/authority
Get Vault Authority by slug
Get Vault Authority 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/authority"{ "data": { "vaultAddress": "string", "accountantAddress": "0x1234567890123456789012345678901234567890", "isHubAccountant": false, "nestAccountant": { "address": "string", "chain": { "mainnet": { "startBlock": 0, "accountantType": "spoke" }, "base": { "startBlock": 0, "accountantType": "spoke" }, "plume": { "startBlock": 0, "accountantType": "spoke" }, "plasma": { "startBlock": 0, "accountantType": "spoke" }, "arbitrum": { "startBlock": 0, "accountantType": "spoke" }, "bsc": { "startBlock": 0, "accountantType": "spoke" }, "worldchain": { "startBlock": 0, "accountantType": "spoke" }, "avalanche": { "startBlock": 0, "accountantType": "spoke" } } }, "authority": "0x1234567890123456789012345678901234567890" }}/vaults/{slug}/apy-history GET
Get APY history for vault by slug for the given date range. `compositionApy` is the composition-weighted yield APY (liquid assets and off-chain value are excluded from the APY denominator). `apy` is a legacy alias for `compositionApy`. `navApy` is the price-delta (NAV-based) APY computed from vault token price changes.
/vaults/{slug}/calculated-price GET
Get Vault calculated NAV, calculated price and Total Supply by slug