---
title: "Get Networth Summary"
method: GET
path: "/derived/networth"
tags: ["Derived"]
---

# Get Networth Summary

`GET /derived/networth`

The get networth service is used to get the networth for the user.<br>If the include parameter value is passed as details then networth with historical balances is returned. <br>

## Query parameters

- `accountIds` string
- `container` string
- `fromDate` string
- `include` string
- `interval` string
- `skip` integer
- `toDate` string
- `top` integer

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for accountIds<br>Y800 : Invalid value for fromDate<br>Y800 : Invalid value for toDate<br>Y809 : Invalid date range<br>Y800 : Invalid value for interval<br>Y802 : Future date not allowed<br>Y814 : Exchange rate not available for currency<br>Y800 : Invalid value for container
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/revisions/3bc0042deba8/schema)
