---
title: "Get wallet information"
method: GET
path: "/bus/wallet"
---

# Get wallet information

`GET /bus/wallet`

Returns information about the wallet.

## Response `200`

Successfully retrieved wallet

- object
  - `spendable` string — The amount of spendable siacoins in the wallet
  - `confirmed` string — The amount of siacoins that have been confirmed in a block
  - `unconfirmed` string — The amount of siacoins that have not been confirmed in a block
  - `immature` string — The amount of siacoins that have yet to mature
  - `address` string — The wallet's address
  - `scanHeight` integer — The height up until which the wallet is synced

## Other responses

- `500` — Internal server error

## Changes

- **2024-12-16** `719a1b5e14dd` — 1 info
  - endpoint added
- **2024-12-16** `14c8b1eb6f53` — 1 breaking
  - api path removed without deprecation
- **2024-12-12** `04e0339b5c24` — 1 info
  - endpoint added
- **2024-12-09** `f062c35d8f47` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siafoundation/apis/renterd-api/changes/bus/wallet/get.md)

---

[API](https://skmtc.dev/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.dev/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc.dev/siafoundation/apis/renterd-api/revisions/d5dec74bd45a?raw)
