v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-02399.1 KB
Journal

Get journal entries

Retrieve journal entries by transfer ID or by account and date range. Mode 1 — By transferId: returns all journals for a transfer. Mode 2 — By accountId + date range: returns postings with cursor pagination.

get/api/ledger/journal

Query parameters

transferIdstring uuid

Filter by transfer (Mode 1)

accountIdstring

Filter by account (Mode 2)

fromstring date

Start date (required for Mode 2)

tostring date

End date (required for Mode 2)

pageTokenstring

Cursor for next page (Mode 2 only)

Headers

x-tenant-idstring required

Response

Journal entries or postings

OR