---
title: "Get the billing wallet"
method: GET
path: "/wallet"
tags: ["billingWallet"]
---

# Get the billing wallet

`GET /wallet`

Returns the current team's cash, promotional, total, and lifetime wallet balances.

## Headers

- `Authorization` string, required

## Response `200`

Wallet balances and statistics.

- BillingWalletResponse
  - `wallet` BillingWallet
    - `balance_cents` number, double
    - `balance_dollars` number, double
    - `cash_balance_cents` number, double
    - `cash_balance_dollars` number, double
    - `promotional_balance_cents` number, double
    - `promotional_balance_dollars` number, double
    - `lifetime_loaded_cents` number, double
    - `lifetime_loaded_dollars` number, double
    - `lifetime_consumed_cents` number, double
    - `lifetime_consumed_dollars` number, double
    - `low_balance` boolean

## Other responses

- `401` — A valid API key was not provided.
- `403` — The API key owner cannot manage billing, or the Billing API is unavailable for the customer's billing arrangement.
- `500` — An unexpected billing error occurred.

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
