Transactions
Withdrawals, returns, and exchanges (read-only — device-originated).
List withdrawals
Read-only and **list-only**. Withdrawals are created on devices and synced upstream. There is no get-by-id: `GET /withdrawals/{id}` returns `405`, as does any `POST`/`PUT`/`DELETE`. Fetch withdrawals by paging this list.
List returns
Read-only and **list-only**. Returns are created on devices and synced upstream. There is no get-by-id: `GET /returns/{id}` returns `405`, as does any `POST`/`PUT`/`DELETE`. Fetch returns by paging this list.
List exchanges
Read-only and **list-only**. Exchanges are created on devices and synced upstream. There is no get-by-id: `GET /exchanges/{id}` returns `405`, as does any `POST`/`PUT`/`DELETE`. Fetch exchanges by paging this list.