cURL
curl --request GET \ --url https://api.mainnet.aptoslabs.com/decibel/api/v1/account_owned_vaults \ --header 'Authorization: Bearer <token>'
{ "items": [ { "age_days": 123, "num_managers": 123, "status": "<string>", "vault_address": "<string>", "vault_name": "<string>", "vault_share_symbol": "<string>", "all_time_return": 123, "apr": 123, "manager_equity": 123, "manager_stake": 123, "tvl": 123 } ], "total_count": 1 }
Retrieve paginated list of vaults owned by a specific account. Includes vault performance metrics, AUM, and depositor count.
Bearer token from Geomi. See Authentication for setup instructions.
Account address
Pagination parameters
Show child attributes
Account-owned vaults retrieved successfully
The items in the current page
The total number of items across all pages
x >= 0