---
title: "Get the live wallet balance"
method: GET
path: "/v1/wallet/balance"
tags: ["Wallet"]
---

# Get the live wallet balance

`GET /v1/wallet/balance`

Fetches the live balance from the wallet provider, reconciles the wallet-balance control, and returns spendable `balance` (live − held; may be negative) plus `held` (reserved for in-flight runs). Never cached.

## Response `200`

Live wallet balance (dollars)

- WalletBalanceResponse
  - `balance` WalletMonetaryAmount, required
    - `value` number, required — Amount in dollars (float).
    - `currency` string, required — ISO currency code.
  - `held` WalletMonetaryAmount, required
    - `value` number, required — Amount in dollars (float).
    - `currency` string, required — ISO currency code.
  - `topup` TopupHints, required
    - `stripe` string — Origin-relative path of the hosted Stripe checkout session creator (POST).
    - `dashboard` string — The dashboard wallet page a human can top up from.
    - `docs` string — Human documentation on funding a wallet.

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `500` — Internal server error
- `503` — Wallet not ACTIVE (provisioning, failed, or being set up). Transient states include a Retry-After header (seconds).

## Changes

- **2026-09-25** `5abada71ceae` — 39 warning, 1 info
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `401`
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `403`
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `500`
  - added the new `IDENTITY_LINK_RATE_LIMITED` enum value to the `errorCode` response property for the response status `401`
  - …36 more
- **2026-09-23** `fadab791136c` — 3 warning
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `401`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `403`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `500`
- **2026-09-11** `9874d9e34fcf` — 3 info
  - added the optional property `errorCode` to the response with the `401` status
  - added the optional property `errorCode` to the response with the `403` status
  - added the optional property `errorCode` to the response with the `500` status

[Change history](https://skmtc.dev/monid/apis/monid-api/changes/v1/wallet/balance/get.md)

---

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