---
title: "Get Transactions"
method: GET
path: "/api/gamification/tokens/transactions"
tags: ["gamification"]
---

# Get Transactions

`GET /api/gamification/tokens/transactions`

Get transaction history for the authenticated user.

Returns a list of token transactions (both earned and spent) with details.

## Query parameters

- `limit` integer — Number of transactions to return
- `offset` integer — Number of transactions to skip

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- TokenTransactionResponse[]
  - `id` string, required
  - `user_id` string, required
  - `type` 'earned' | 'spent' | 'purchased' | 'deducted', required — Transaction types.
  - `amount` integer, required
  - `reward_id` string, nullable
  - `item_id` string, nullable
  - `product_id` string, nullable
  - `store_txn_id` string, nullable
  - `source` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
