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

# GET /admin/transactions

`GET /admin/transactions`

Retrieves list of transactions from the transaction log

## Query parameters

- `id` string
- `affiliate_id` string
- `type` 'ORDERS' | 'REWARDS' | 'PAYOUTS'
- `is_paid` boolean
- `payout_id` integer
- `limit` integer
- `offset` integer

## Response `200`

- object
  - `transactions` object[]
    - `tx_id` integer
    - `affiliate_id` integer
    - `amount` number
    - `currency` string
    - `event_type` string
    - `entity_type` 'ORDERS' | 'REWARDS' | 'PAYOUTS'
    - `entity_id` string
    - `is_paid` boolean
    - `metadata` object
    - `created_at` string, date-time
    - `startingBalance` number
    - `endingBalance` number
  - `count` integer
  - `limit` integer
  - `offset` integer

## Other responses

- `403` — Not authenticated

---

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