---
title: "Get wallet status"
method: GET
path: "/wallet/status"
tags: ["wallet"]
---

# Get wallet status

`GET /wallet/status`

## Response `200`

Wallet status

- WalletStatus — Status of the node wallet
  - `isInitialized` boolean, required — true if wallet is initialized, false otherwise
  - `isUnlocked` boolean, required — true if wallet is unlocked, false otherwise
  - `changeAddress` string, required — address to send change to. Empty when wallet is not initialized or locked. By default change address correponds to root key address, could be set via /wallet/updateChangeAddress method.
  - `walletHeight` integer, required — last scanned height for the wallet (and external scans)
  - `error` string, required — last wallet error caught

## Other responses

- `default` — Error

---

[API](https://skmtc.net/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.net/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/versions/ef97e678f020/schema)
