---
title: "Get Wallet Summary"
method: GET
path: "/api/v1/ledger/wallet-summary"
tags: ["User APIs", "ledger-platform"]
---

# Get Wallet Summary

`GET /api/v1/ledger/wallet-summary`

Get wallet summary for the authenticated client (ledger-native shape).

## Response `200`

Successful Response

- LedgerWalletSummaryResponse — Client wallet summary tailored for ledger-based UI consumption.
  - `scope_balances` object, required
  - `wallets` LedgerWalletBalanceItem[], required
    - `account_id` string, uuid, required
    - `token_id` string, uuid, required
    - `token_name` string, required
    - `token_key` string, required
    - `wallet_type` string, nullable
    - `balance` number, required
    - `min_balance` number, required
    - `max_balance` number, nullable
    - `earliest_expiry_at` string, date-time, nullable
    - `latest_expiry_at` string, date-time, nullable
  - `expiry_schedule` LedgerWalletExpiryScheduleItem[], required
    - `amount` string, required
    - `expires_at` string, date-time, required
    - `wallet_type` string, nullable
    - `token_key` string, required

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
