---
title: "List transactions from a ledger"
method: GET
path: "/v2/{ledger}/transactions"
tags: ["ledger.v2"]
---

# List transactions from a ledger

`GET /v2/{ledger}/transactions`

List transactions from a ledger, sorted by id in descending order.

## Path parameters

- `ledger` string, required

## Query parameters

- `pageSize` integer
- `cursor` string
- `expand` string
- `pit` string, date-time
- `order` 'effective'
- `reverse` boolean
- `sort` string

## Request body

- object

## Response `200`

OK

- V2TransactionsCursorResponse
  - `resource` 'transactions'
  - `cursor` object, required
    - `pageSize` integer, required
    - `hasMore` boolean, required
    - `previous` string
    - `next` string
    - `data` V2Transaction[], required
      - `insertedAt` string, date-time
      - `updatedAt` string, date-time
      - `timestamp` string, date-time, required
      - `postings` V2Posting[], required
        - `amount` integer, required
        - `asset` string, required
        - `destination` string, required
        - `source` string, required
      - `reference` string
      - `metadata` V2Metadata, required
      - `id` integer, required
      - `reverted` boolean, required
      - `revertedAt` string, date-time
      - `preCommitVolumes` V2AggregatedVolumes
      - `postCommitVolumes` V2AggregatedVolumes
      - `preCommitEffectiveVolumes` V2AggregatedVolumes
      - `postCommitEffectiveVolumes` V2AggregatedVolumes
      - `template` string

## Other responses

- `default` — Error

## Changes

- **2026-02-20** `c0620f81a649` — 1 info
  - added the optional property `resource` to the response with the `200` status
- **2026-01-06** `76fa93a7b1aa` — 1 info
  - added the optional property `cursor/data/items/template` to the response with the `200` status
- **2025-12-12** `2945092328b9` — 2 warning
  - added the new `SCHEMA_ALREADY_EXISTS` enum value to the `errorCode` response property for the response status `default`
  - added the new `SCHEMA_NOT_SPECIFIED` enum value to the `errorCode` response property for the response status `default`
- **2025-07-16** `07091e08e779` — 1 info
  - added the optional property `cursor/data/items/updatedAt` to the response with the `200` status
- **2025-06-25** `c51f6899d101` — 2 info
  - added the new optional `query` request parameter `sort`
  - `query` request parameter `order` was deprecated

[Full history](https://skmtc.dev/formancehq/apis/ledger-api/changes/v2/:ledger/transactions/get.md)

---

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