---
title: "List all microdeposits for a user"
method: GET
path: "/users/{user_guid}/micro_deposits"
tags: ["microdeposits"]
---

# List all microdeposits for a user

`GET /users/{user_guid}/micro_deposits`

Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID.

## Path parameters

- `user_guid` string, required

## Response `200`

OK

- MicrodepositsResponseBody
  - `micro_deposits` MicrodepositResponse[]
    - `error_message` string, nullable
    - `guid` string
    - `institution_code` string
    - `institution_name` string
    - `status` string
    - `updated_at` string
    - `verified_at` string, nullable
  - `pagination` PaginationResponse
    - `current_page` integer
    - `per_page` integer
    - `total_entries` integer
    - `total_pages` integer

## Changes

> 46 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 3 breaking, 7 warning, 1 info
  - the response property `micro_deposits/items/error_message` became nullable for the status `200`
  - the response property `micro_deposits/items/verified_at` became nullable for the status `200`
  - the `micro_deposits/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - removed the optional property `micro_deposits/items/account_name` from the response with the `200` status
  - …7 more
- **2024-09-17** `bd74a0a2d8a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/users/:user_guid/micro_deposits/get.md)

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/e74cd2b059b5/schema)
