---
title: "Wallet - Token Balance (Beta)"
method: GET
path: "/v1/wallet/token_balance"
tags: ["Balance & Transfer"]
---

# Wallet - Token Balance (Beta)

`GET /v1/wallet/token_balance`

Retrieve the balance of a token in a wallet.

## Query parameters

- `wallet` string, required
- `token_address` string, required
- `ui_amount_mode` 'raw' | 'scaled'

## Headers

- `x-chain` 'solana', required

## Response `200`

- CommonResponseType
  - `success` boolean, required
  - `data` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/birdeye/apis/birdeye-data-api.md) · [All operations](https://skmtc.net/birdeye/apis/birdeye-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/birdeye/birdeye-data-api/revisions/fcaba926a089/schema)
