---
title: "Changes to List deposits"
method: GET
path: "/v1/deposits"
---

# Changes to List deposits

`GET /v1/deposits`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 30 revisions.

- **2026-08-18** `37109d1ed976` — 2 breaking, 1 warning, 7 info
- **2026-08-17** `3ed0a0aba68b` — 4 info
- **2026-07-13** `d92a4abea6c4` — 3 warning
- **2026-06-17** `74deb4d45f9f` — 1 breaking, 5 warning, 1 info
- **2026-05-12** `27d4428ba2db` — 1 breaking, 1 info
- **2026-04-24** `75f9878ced37` — 4 warning
- **2026-04-21** `67983e71dc41` — 1 info

## Changes

- **2026-08-18** `37109d1ed976` — 2 breaking, 1 warning, 7 info
  - added the pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` to the `query` request parameter `created_at.gte`
  - added the pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` to the `query` request parameter `created_at.lte`
  - added the new `undefined` enum value to the `data/items/rail` response property for the response status `200`
  - added `subschema #1: IBAN, subschema #2: UK Sort Code, subschema #3: ABA, subschema #4: Wallet` to the `data/items/source` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2, subschema #3, subschema #4` from the `data/items/source` response property `oneOf` list for the response status `200`
  - the `data/items/created_at` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
  - the `data/items/destination_account_id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` was added for the status `200`
  - the `data/items/id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` was added for the status `200`
  - the `data/items/returns/items/` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$` was added for the status `200`
  - the `data/items/updated_at` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
- **2026-08-17** `3ed0a0aba68b` — 4 info
  - removed the `BTC` enum value from the `data/items/currency` response property for the response status `200`
  - removed the `ETH` enum value from the `data/items/currency` response property for the response status `200`
  - removed the `POL` enum value from the `data/items/currency` response property for the response status `200`
  - removed the `SOL` enum value from the `data/items/currency` response property for the response status `200`
- **2026-07-13** `d92a4abea6c4` — 3 warning
  - added the new `ETH` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `POL` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `SOL` enum value to the `data/items/currency` response property for the response status `200`
- **2026-06-17** `74deb4d45f9f` — 1 breaking, 5 warning, 1 info
  - added `subschema #3, subschema #4` to the `data/items/source` response property `oneOf` list for the response status `200`
  - added the new `BTC` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `ach` enum value to the `data/items/rail` response property for the response status `200`
  - added the new `btc` enum value to the `data/items/rail` response property for the response status `200`
  - added the new `btc_testnet4` enum value to the `data/items/rail` response property for the response status `200`
  - added the new `fedwire` enum value to the `data/items/rail` response property for the response status `200`
  - removed `subschema #3` from the `data/items/source` response property `oneOf` list for the response status `200`
- **2026-05-12** `27d4428ba2db` — 1 breaking, 1 info
  - removed the enum value `rejected` from the `query` request parameter `status`
  - removed the `rejected` enum value from the `data/items/status` response property for the response status `200`
- **2026-04-24** `75f9878ced37` — 4 warning
  - added the new `EUR` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `GBP` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `USD` enum value to the `data/items/currency` response property for the response status `200`
  - added the new `USDC` enum value to the `data/items/currency` response property for the response status `200`
- **2026-04-21** `67983e71dc41` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/augustus/apis/augustus-banking-api/docs/v1/deposits/get.md) · [API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [Page](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/deposits/get)
