---
title: "Changes to Get all transactions"
method: GET
path: "/transactions"
---

# Changes to Get all transactions

`GET /transactions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 32 revisions.

- **2026-08-20** `842376cab855` — 1 warning, 1 info
- **2026-01-13** `49368798ec50` — 1 info
- **2025-02-25** `295a24f2c261` — 1 info
- **2025-02-25** `f3878f349317` — 1 breaking, 17 info
- **2025-02-01** `7b7e4fa5fe46` — 8 breaking, 2 warning, 1 info
- **2025-02-01** `c220a3435512` — 2 warning, 1 info
- **2024-06-16** `05948c6d9492` — 1 info

## Changes

- **2026-08-20** `842376cab855` — 1 warning, 1 info
  - added the new `USDT` enum value to the `data/items/currency` response property for the response status `200`
  - added the new enum value `USDT` to the `query` request parameter `currency`
- **2026-01-13** `49368798ec50` — 1 info
  - the `query` request parameter `currency` became optional
- **2025-02-25** `295a24f2c261` — 1 info
  - added the new optional `query` request parameter `currency`
- **2025-02-25** `f3878f349317` — 1 breaking, 17 info
  - the `status` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - added the new optional `query` request parameter `accountName`
  - added the new optional `query` request parameter `endDate`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `maxAmount`
  - added the new optional `query` request parameter `minAmount`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `startDate`
  - added the new optional `query` request parameter `status`
  - added the new optional `query` request parameter `txId`
  - added the new optional `query` request parameter `type`
  - added the optional property `count` to the response with the `200` status
  - added the optional property `currentPage` to the response with the `200` status
  - added the optional property `message` to the response with the `200` status
  - added the optional property `nextPage` to the response with the `200` status
  - added the optional property `remainingPage` to the response with the `200` status
  - added the optional property `totalPages` to the response with the `200` status
  - removed the `TRANSFER` enum value from the `data/items/type` response property for the response status `200`
- **2025-02-01** `7b7e4fa5fe46` — 8 breaking, 2 warning, 1 info
  - the `data/items/amount` response's property type/format changed from `number`/`number` to `number`/`` for status `200`
  - the `data/items/autopayout` response's property type/format changed from `boolean`/`boolean` to `boolean`/`` for status `200`
  - the `data/items/currency` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/items/fees` response's property type/format changed from `number`/`number` to `number`/`` for status `200`
  - the `data/items/hash` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/items/ref` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/items/status` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/items/type` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - removed the optional property `data/items/transactionMetadata` from the response with the `200` status
  - removed the optional property `data/items/walletId` from the response with the `200` status
  - added the optional property `data/items/metadata` to the response with the `200` status
- **2025-02-01** `c220a3435512` — 2 warning, 1 info
  - removed the optional property `data/items/transactionMetadata/eProviderRef` from the response with the `200` status
  - added the new `ZAR` enum value to the `data/items/currency` response property for the response status `200`
  - removed the `USD` enum value from the `data/items/currency` response property for the response status `200`
- **2024-06-16** `05948c6d9492` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/stealthmoney/apis/mavapay-api/docs/transactions/get.md) · [API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [Page](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/transactions/get)
