v1
latestOpenAPI 3.0.02026-07-17339.2 KBledger
List Transactions
List an Account Transactions
List Transactions from an Account.
get/transactions
Query parameters
accountstring required
Example:Alice
The id of the Account.
Response
OK
Example response
[
{
"from": "Alice",
"to": "Bob",
"currency": "usd",
"amount": 1000,
"balance": 5000
}
]