---
title: "Get Token Balance"
method: GET
path: "/user/balance"
tags: ["user"]
---

# Get Token Balance

`GET /user/balance`

## Get token balance
Gets the token balance for a user with a given API key.

**Headers:**
- `Authorization` (str): HTTP bearer - API token for user authentication.

**Returns:**
- `GetTokenBalanceResponse`: Object containing the token balance of the user.

## Response `200`

Successful Response

- GetTokenBalanceResponse
  - `balance` integer, required

---

[API](https://skmtc.dev/straker/apis/verify-api.md) · [All operations](https://skmtc.dev/straker/apis/verify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/straker/verify-api/revisions/0d49b328bbbf/schema)
