---
title: "List Transactions"
method: GET
path: "/admin/transactions"
tags: ["admin"]
---

# List Transactions

`GET /admin/transactions`

List all transactions (payments, refunds, deposits) with unified pagination.

## Query parameters

- `page` integer
- `per_page` integer
- `search` string, nullable
- `status` string, nullable
- `transaction_type` string, nullable
- `direction` string, nullable
- `date_from` string, date-time, nullable
- `date_to` string, date-time, nullable
- `sort_by` string, nullable
- `sort_order` string, nullable

## Response `200`

Successful Response

- PaginatedResponse
  - `items` unknown[], required
    - unknown
  - `total` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
