---
title: "List Transactions"
method: GET
path: "/transaction"
---

# List Transactions

`GET /transaction`

## Query parameters

- `page` integer
- `per_page` string
- `from` string, date
- `to` string, date
- `status` 'pending' | 'failed' | 'completed' | 'reversed' | 'cancelled' | 'successful' | 'declined' | 'refunded' | 'chargeback' | 'chargeback_reversed'
- `currency` 'USD' | 'NGN' | 'GBP' | 'EUR' | 'CNY' | 'KES'
- `account_id` string
- `card_id` string
- `linked_transaction_id` string
- `kind` string
- `include` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `account_id` string
    - `kind` string
    - `deposit_id` string
    - `payout_id` unknown
    - `type` string
    - `description` string
    - `linked_transaction_id` unknown
    - `currency` string
    - `amount` integer
    - `balance_before` integer
    - `balance_after` integer
    - `status` string
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` object
    - `per_page` integer
    - `page` integer
    - `count_total` integer
    - `page_total` integer
    - `prev_page` boolean
    - `next_page` boolean
  - `status` string

---

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