---
title: "List S3 Transactions"
method: GET
path: "/api/v1/ledger/transactions/s3"
tags: ["User APIs", "ledger-platform"]
---

# List S3 Transactions

`GET /api/v1/ledger/transactions/s3`

Activity History: accruals and consumptions, newest first.

Mirrors ``/transactions/mcp`` in shape and placement. The totals are lifetime figures
rather than page sums, so the header agrees with the wallet tiles at any page size.

## Query parameters

- `limit` integer — Number of events to return

## Response `200`

Successful Response

- S3ActivityFeedResponse
  - `total_accrued` string, required
  - `total_consumed` string, required
  - `events` S3ActivityEvent[], required
    - `period` string, required
    - `occurred_at` string, date-time, required
    - `event_type` 'accrued' | 'consumed' | 'adjusted', required
    - `amount` string, required
    - `transaction_id` string, uuid, required
    - `grant_id` string, uuid, nullable
    - `order_id` string, nullable
    - `lines` S3ActivityEventLine[]
      - `block_contract_id` string, uuid, nullable
      - `period_seq` integer, nullable
      - `amount` string, required

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