Core APIReferenceVaultsSlug
/vaults/{slug}/unrealized-dividends
Get unrealized dividends for a vault by slug
Get unrealized dividends 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/unrealized-dividends"{ "data": { "vaultAddress": "string", "unrealizedDividends": 0 }}