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

## 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).

---

[API](https://skmtc.net/monid/apis/monid-api.md) · [All operations](https://skmtc.net/monid/apis/monid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monid/monid-api/revisions/63ecb22149c3/schema)
