---
title: "Get wallet snapshot"
method: GET
path: "/wallet"
tags: ["Wallet"]
---

# Get wallet snapshot

`GET /wallet`

Retrieve a read-only snapshot of the organization's wallet.

    Returns the current balance, currency, active status, and auto top-up
    configuration. Stripe IDs, payment-method details, and internal flags
    are intentionally omitted.

    Authentication:
    - API key with READ or READ_WRITE permission

## Response `200`

Successfully retrieved wallet snapshot

- object
  - `ok` boolean
  - `data` object

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
