---
title: "Get the balance of a specific wallet"
method: GET
path: "/v2/wallets/{id}/balance"
tags: ["wallet"]
---

# Get the balance of a specific wallet

`GET /v2/wallets/{id}/balance`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- V2GetWalletBalanceResponse
  - `walletBalance` V2WalletBalance
    - `currentBalance` string — The total amount currently present in the wallet.
    - `availableBalance` string — The amount in the wallet available for spending.
    - `cappedAvailableBalance` string — The remainder of the amount that the wallet is releasing to be spent for a day (daily budget limit) or a month (credit limit). If there are no capped spends set up on a wallet then this will just reflect the available balance. Any unspent amounts will roll over to the next day.

## Other responses

- `400` — There was a problem with input.
- `401` — Login failed or token not valid.
- `403` — Access denied due to insufficient permissions.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/citrusad/apis/citrus-auth-api.md) · [All operations](https://skmtc.net/citrusad/apis/citrus-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/citrusad/citrus-auth-api/versions/a040003c7378/schema)
