GET /v2/transaction_historyReturns a paginated list of the authenticated user’s transactions. Supports server-side search and infinite scroll pagination. The client uses cursor-based pagination, loading the next page when the user scrolls to the bottom of the list.Transactions with a nullcart field are filtered out in the UI.
GET /v2/doss_dashboardReturns the home screen summary, including wallet balance and a recent transaction list. This endpoint is fetched on every home screen mount and refreshed on pull-to-refresh.