activity
List account transactions
Retrieve the account's transaction activity.
get/accounts/{id}/transactions
Path parameters
idstring required
Query parameters
limitinteger nullable
transaction_typesTransactionType[] nullable
Response
OK
Example response
[
{
"accrued_interest": "871.23",
"booked_at": "2026-07-14T09:34:12Z",
"cash_amount": "-99250.00",
"settlement_date": "2026-07-16",
"tax": "19.85",
"taxes": [
{
"amount": "19.85",
"rate": "20.00"
}
],
"unit_price": "99.25",
"unit_quantity": "1000.00"
}
]