v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
wallet

Get wallet status

get/wallet/status

Response

Wallet status

isInitializedboolean required

true if wallet is initialized, false otherwise

isUnlockedboolean required

true if wallet is unlocked, false otherwise

changeAddressstring 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.

walletHeightinteger required

last scanned height for the wallet (and external scans)

errorstring required

last wallet error caught

Example response

{
  "changeAddress": "3WzCFq7mkykKqi4Ykdk8BK814tkh6EsPmA42pQZxU2NRwSDgd6yB"
}