---
title: "List transactions"
method: GET
path: "/users/{user_guid}/transactions"
tags: ["mx_platform"]
---

# List transactions

`GET /users/{user_guid}/transactions`

Requests to this endpoint return a list of transactions associated with the specified `user`, accross all members and accounts associated with that `user`.

## Path parameters

- `user_guid` string, required

## Query parameters

- `from_date` string
- `page` integer
- `records_per_page` integer
- `to_date` string

## Response `200`

OK

---

[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/22b9fde3dcdb/schema)
