---
title: "Get Token Balance"
method: POST
path: "/node/rest/get_token_balances"
tags: ["node"]
---

# Get Token Balance

`POST /node/rest/get_token_balances`

## Request body

- TokenBalanceIn
  - `address` string, required
  - `list_contract_address` string[], required

## Response `200`

Successful Response

- TokenBalanceByAddress
  - `address` string, required
  - `tokenBalances` TokenBalance[], required
    - `contractAddress` string, required
    - `tokenBalance` string, nullable
    - `error` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/watchdata/apis/fastapi.md) · [All operations](https://skmtc.dev/watchdata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdata/fastapi/revisions/1f56b91b44f0/schema)
