---
title: "Find account by user address"
method: GET
path: "/account/{userAddress}"
tags: ["accounts"]
---

# Find account by user address

`GET /account/{userAddress}`

Returns a single account

## Path parameters

- `userAddress` string, required

## Response `200`

successful operation

- Account
  - `id` string
  - `address` string
  - `tokenBalances` object
    - `address` string
    - `symbol` string
    - `balance` string
    - `availableBalance` string
    - `inOrderBalance` string
  - `isBlocked` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## 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/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)
