---
title: "List bank ledger transactions"
method: GET
path: "/bank-accounts/{bank_account_id}/ledger-transactions/"
tags: ["Bank Ledger Transactions"]
---

# List bank ledger transactions

`GET /bank-accounts/{bank_account_id}/ledger-transactions/`

Endpoint for retrieving a list of bank ledger transactions.

## Path parameters

- `bank_account_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedBankLedgerTransactionList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BankLedgerTransaction[], required
    - `account` string, required — The account associated with this transaction.
    - `amount` number, double, required — The transaction amount.
    - `bank_account` string, required — The bank account associated with this transaction.
    - `contact` string, nullable — The contact (customer or supplier) associated with this transaction, if any.
    - `created_ts` string, date-time, required — The timestamp in UTC when the transaction was created
    - `date` string, date, required — The transaction date.
    - `description` string — The transaction description.
    - `id` string, required — The unique identifier of the transaction.
    - `is_manual` boolean, required — Indicates whether the transaction was manually entered.
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the transaction.
    - `modified_ts` string, date-time, required — The timestamp in UTC when the transaction was last modified
    - `project` string, nullable — The project associated with this transaction, if any.
    - `reference` string — The transaction reference or identifier.
    - `tax_rate` string, nullable — The tax rate to apply to this transaction, if any.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
