---
title: "Wallet state"
method: GET
path: "/wallet"
tags: ["wallet"]
---

# Wallet state

`GET /wallet`

Returns the wallet's balance and address.

## Response `200`

Wallet balance and address.

- WalletResponse
  - `spendable` string, required — Hastings (1 Siacoin = 10^24 Hastings).
  - `confirmed` string, required — Hastings (1 Siacoin = 10^24 Hastings).
  - `unconfirmed` string, required — Hastings (1 Siacoin = 10^24 Hastings).
  - `immature` string, required — Hastings (1 Siacoin = 10^24 Hastings).
  - `address` string, required — Human-readable Sia address.

---

[API](https://skmtc.dev/siafoundation/apis/hostd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/hostd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siafoundation/hostd-api/revisions/08ff756929fc/schema)
