# Get Wealth summary of all accounts of a circle **GET /api/v1/circles/{circle_uuid}/wealth** Wealth Aggregate net worth output for all clients of a circle ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **circle_uuid** (string) ### Query parameters - **date** (string) Get the clients net worth at a particular date in history. Get current net worth when not provided. - **filter[include_other_plans]** (boolean) If true then the net worth will also include other plans the circle clients are linked to. - **filter[include_inactive]** (boolean) If true then the net worth will also include inactive plans. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)