---
title: "[Deprecated] Find account's token balance by user address and token address"
method: GET
path: "/account/{userAddress}/{tokenAddress}"
tags: ["accounts"]
deprecated: true
---

# [Deprecated] Find account's token balance by user address and token address

`GET /account/{userAddress}/{tokenAddress}`

> **Deprecated.**

Returns an object contains token balance of user

## Path parameters

- `userAddress` string, required
- `tokenAddress` string, required

## Response `200`

successful operation

- TokenBalance
  - `address` string
  - `symbol` string
  - `balance` string
  - `availableBalance` string
  - `inOrderBalance` string

## Other responses

- `400` — Invalid Address
- `404` — Account not found

## Changes

- **2019-11-04** `278dd3725676` — 1 info
  - the endpoint scheme security `api_key` was removed from the API
- **2019-11-03** `e90b6d3ff09a` — 1 info
  - the endpoint scheme security `api_key` was added to the API

[Change history](https://skmtc.dev/buildonviction/apis/tomodex-apis/changes/account/:userAddress/:tokenAddress/get.md)

---

[API](https://skmtc.dev/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.dev/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/revisions/18b6ffedd480/schema)
