---
title: "Get Client S3 Summary"
method: GET
path: "/api/v1/admin/ledger/s3-summary"
tags: ["Admin APIs", "ledger"]
---

# Get Client S3 Summary

`GET /api/v1/admin/ledger/s3-summary`

One client's S3 rollup: Allocated / Accrued / Consumed / Available, plus its grants.

The client-facing twin (``/ledger/s3/summary``) scopes to the caller's own token, which is
the one thing CAMS cannot use — Cole is looking at somebody else's wallet. Same read
service, so the two surfaces cannot drift into reporting different numbers for the same
client.

## Query parameters

- `client_id` string, required — Client ID

## Response `200`

Successful Response

- S3BalanceSummaryResponse — Client-level S3 rollup plus its per-grant rows. ``available`` is the ledger balance (accrued − consumed) — the four wallet tiles. ``reserved`` and ``remaining`` are the apply header's extra two: tokens already applied to upcoming invoices, and what is left to apply after them. ``allocated`` sums the per-grant rows, each already net of its cancelled slices, so it is not the total ever awarded to this client.
  - `allocated` string, required
  - `accrued` string, required
  - `consumed` string, required
  - `available` string, required
  - `reserved` string, required
  - `remaining` string, required
  - `grants` S3GrantBalanceRow[], required
    - `grant_id` string, uuid, required
    - `client_id` string, uuid, nullable
    - `order_id` string, required
    - `award_date` string, date-time, nullable
    - `status` string, required
    - `vesting_kind` string, required
    - `block_contract_id` string, uuid, nullable
    - `block_request_id` string, uuid, nullable
    - `auto_apply` boolean
    - `allocated` string, required
    - `accrued` string, required
    - `consumed` string, required
    - `adjusted` string
    - `available` string, required
    - `periods_total` integer, required
    - `periods_issued` integer, required
    - `progress_pct` integer, required
    - `next_vest_at` string, date-time, nullable
    - `next_vest_amount` string, nullable

## Other responses

- `422` — Validation Error

---

[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)
