Changes to Transactions Listing

April 13, 2026

API

GET /api/v1/transactions endpoint now requires an accountId query parameter. Requests made without it will return an empty data array.

MethodEndpoint
GET/api/v1/transactions?accountId

If you currently call this endpoint without an accountId, please update your integration before 15th April 2026 to avoid disruption. Existing pagination and filters (size, page, include) remain unchanged.


Dashboard Change

The standalone "Transactions" page and its navigation link will be removed from the Anchor dashboard, following the API change above.

Transaction history remains fully accessible on each individual Account Detail page.