Vaults

Get account-owned vaults

Retrieve paginated list of vaults owned by a specific account. Includes vault performance metrics, AUM, and depositor count.

get/api/v1/account_owned_vaults

Query parameters

accountstring required

Account address (user query alias is also accepted)

limitinteger

Page size

offsetinteger

Page offset

Response

Account-owned vaults retrieved successfully

total_countinteger nullable

The total number of items across all pages. Optional: history endpoints omit this field to avoid expensive COUNT(*) queries.

Changes

No recorded changes to this endpoint across all 1 revision of this API.