Transactions
Fetch ledger entries and statement data.
GET/v2/transactions
List transactions globally, filtered by account.
GET/v2/transactions/{id}
Retrieve full ledger posting details for a single ID.
Transaction Object
JSON
{
"id": "tx_b9s8d7f6",
"type": "CREDIT",
"amount": 5000.00,
"narration": "Salary Deposit",
"created_at": "2026-05-02T12:00:00Z"
}