---
title: "Get token balances"
method: GET
path: "/token/balances/{address}"
tags: ["Balances"]
---

# Get token balances

`GET /token/balances/{address}`

Get all ERC-20 token balances with their prices for a user.

## Path parameters

- `address` string, required

## Query parameters

- `force` boolean

## Response `200`

OK

- GetTokenBalancesOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `tokens` DebankToken[], required
    - `amount` number, double, required
    - `amount_corrected` string, required
    - `chain` string, required
    - `chain_id` integer, required
    - `decimals` integer, required
    - `display_symbol` string, required
    - `id` string, required
    - `is_core` boolean, required
    - `is_verified` boolean, required
    - `is_wallet` boolean, required
    - `logo_url` string, required
    - `name` string, required
    - `optimized_symbol` string, required
    - `price` number, double, required
    - `protocol_id` string, required
    - `raw_amount` Int, required
    - `symbol` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/versions/6eb27ced1c96/schema)
