---
title: "Get account"
method: GET
path: "/accounts/{address}"
tags: ["Accounts"]
---

# Get account

`GET /accounts/{address}`

## Path parameters

- `address` string, required

## Response `200`

- union
  - object
    - `User` UserAccount, required
      - `amount` integer, required
      - `nonce` integer, required
  - object
    - `SmartFunction` SmartFunctionAccount, required
      - `amount` integer, required
      - `functionCode` string, javascript, required
      - `nonce` integer, required

## Other responses

- `404`
- `500`

## Changes

- **2025-04-22** `b769ef8fc63d` — 1 breaking, 1 info
  - removed the required property `oneOf[subschema #2]/SmartFunction/function_code` from the response with the `200` status
  - added the required property `oneOf[subschema #2]/SmartFunction/functionCode` to the response with the `200` status
- **2025-04-15** `a0e4c27b50c0` — 1 breaking, 1 info
  - removed the required property `oneOf[subschema #2]/SmartFunction/functionCode` from the response with the `200` status
  - added the required property `oneOf[subschema #2]/SmartFunction/function_code` to the response with the `200` status
- **2025-04-15** `d3de333a061b` — 1 breaking, 1 info
  - removed the required property `oneOf[subschema #2]/SmartFunction/function_code` from the response with the `200` status
  - added the required property `oneOf[subschema #2]/SmartFunction/functionCode` to the response with the `200` status

[Change history](https://skmtc.dev/jstz-dev/apis/jstz-node/changes/accounts/:address/get.md)

---

[API](https://skmtc.dev/jstz-dev/apis/jstz-node.md) · [All operations](https://skmtc.dev/jstz-dev/apis/jstz-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jstz-dev/jstz-node/revisions/392d697d9913/schema)
