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

# 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

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/versions/184a3d5207da/schema)
