Vaults

Vault share holders

Returns all holders with non-zero share balances via transfer aggregation (raw holder set). This endpoint does not unwrap Euler Earn depositors and therefore aligns with legacy behavior when resolveEulerEarn=false. Supports 4-byte addressPrefix filter for wallet-scoped scans. Balance values are integer strings in raw mode; when resolve flags are enabled, balances may be proportional decimal strings.

get/v3/evk/vaults/{chainId}/{address}/holders

Path parameters

chainIdinteger required
addressstring required

Query parameters

addressPrefixstring

Optional 4-byte account prefix filter (0x + 8 hex chars).

resolveEulerEarnboolean

When true, expands Euler Earn vault-holder addresses into underlying depositors (v1 parity mode).

resolveSubAccountsboolean

When true, aggregates sub-account holders into their owner addresses.

offsetinteger
limitinteger

Requested page size. Values above the endpoint cap are clamped; the default shared cap is 100.

Response

Vault share holders

Changes

No recorded changes to this endpoint across all 2 revisions of this API.