---
title: "GET /v1/user/total_balance"
method: GET
path: "/v1/user/total_balance"
tags: ["User"]
---

# GET /v1/user/total_balance

`GET /v1/user/total_balance`

Get net assets on multiple chains, including tokens and protocols

## Query parameters

- `id` string, required

## Response `200`

return the total net assets and the net assets of each chain

- UserTotalBalance
  - `total_usd_value` number — total usd value
  - `chain_list` NewChain[]
    - `id` string — chain id
    - `community_id` integer — Community-identified id
    - `name` string
    - `logo_url` string
    - `native_token_id` string — native token
    - `wrapped_token_id` string — the erc20-wrapped of native token
    - `is_support_balance_change` boolean — Whether or not the chain support token balance
    - `usd_value` number — the balance of the account

---

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