---
title: "Get token balance"
method: GET
path: "/v1/account/balance"
tags: ["Account"]
---

# Get token balance

`GET /v1/account/balance`

Get token balance for an account from the blockchain.

## Query parameters

- `account` string
- `token` string

## Response `200`

A successful response.

- ApiGetBalanceResponse
  - `balance` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
