---
title: "Get Credits Activity"
method: GET
path: "/api/app-auto-gtm/billing/credits-activity"
tags: ["AppAutoGtm"]
---

# Get Credits Activity

`GET /api/app-auto-gtm/billing/credits-activity`

Where the balance came from — every credit deposit as a human-readable
line (Gleb, T-17 thread: "юзер совсем не понимает, откуда у него на
балансе бабки").

Reads the wallet ledger's ``add`` rows (``bil_wallet_slot_log``): trials,
referral bonuses, coupons, and real-money top-ups (``price_per_unit > 0``
on the slot). $0 marker rows (deferred/explore trials) and internal hold
releases are noise, not deposits — excluded.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- CreditsActivityResponse
  - `items` CreditActivityItem[]
    - `label` string, required
    - `detail` string, nullable
    - `amount_usd` number, required
    - `occurred_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `kind` 'paid' | 'bonus', required

## Other responses

- `422` — Validation Error

---

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