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

# GET /v1/user/token

`GET /v1/user/token`

Get user token balance

## Query parameters

- `id` string, required
- `chain_id` string, required
- `token_id` string, required

## Response `200`

return user token balance of each chain

- UserToken
  - `id` string — Ethereum Address or native token id
  - `chain` string — Chain Name
  - `name` string
  - `symbol` string
  - `display_symbol` string
  - `optimized_symbol` string
  - `decimals` integer
  - `logo_url` string
  - `is_verified` boolean
  - `is_core` boolean
  - `price` number — USD price.Price of 0 means no data
  - `time_at` integer — The timestamp when the current token was deployed on the blockchain.
  - `amount` number — the amount of user token
  - `raw_amount` integer — the raw amount of user token

---

[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)
