Ledger API
Operation
Endpoint
List Transactions
GET /v1/ledger/transactions?account_id=acct_ops&since=2026-01-01&until=2026-03-31&direction=outflow
Authorization: Bearer <token>{
"transactions": [
{
"id": "tx_001",
"account_id": "acct_ops",
"external_transaction_id": "plaid_tx_abc",
"amount": "-1234.56",
"currency": "USD",
"direction": "outflow",
"transaction_date": "2026-01-15",
"posted_date": "2026-01-16",
"counterparty_id": "cp_aws",
"category_id": "cat_cloud",
"status": "posted",
"description_normalized": "AWS - cloud services",
"reconciliation_status": "matched",
"source_ids": ["raw_8231"],
"evidence_ids": ["rp_001"],
"confidence": 0.98
}
],
"next_cursor": "..."
}Get a Single Transaction
List Accounts
List Balances (Point-in-Time)
List Counterparties
List Invoices and Obligations
Promote Raw → Ledger
Reconciliation
Provenance on Every Row
What's Next
Last updated
