---
title: "Get account statement"
method: GET
path: "/v1/documents/statements"
tags: ["Documents"]
---

# Get account statement

`GET /v1/documents/statements`

Generate an account statement for a date range. Maximum range is 90 days. The statement is built from the real-money ledger, which sandbox transactions never touch, so a sandbox key always receives an empty statement with zero balances.

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `format` 'html' | 'text'

## Response `200`

Statement generated.

- object
  - `content` string — The statement content in the requested format.

## Other responses

- `400` — Validation error.
- `401` — Missing or invalid authentication token.

## Changes

- **2026-04-14** `c75657100757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/yuvexpay/apis/yuvexpay-api/changes/v1/documents/statements/get.md)

---

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