---
title: "List account transactions"
method: GET
path: "/accounts/{account_guid}/transactions"
tags: ["accounts"]
---

# List account transactions

`GET /accounts/{account_guid}/transactions`

For paginated data resulting in multiple pages, each page will need to be requested separately to retrieve the data on that page. The `total_pages` field returns an integer representing the total pages to be requested.

## Path parameters

- `account_guid` string, required

## Query parameters

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

## Response `200`

OK

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
