---
title: "List Trade Confirmations"
method: GET
path: "/accounts/{customerId}/trade/statements"
---

# List Trade Confirmations

`GET /accounts/{customerId}/trade/statements`

List trade statements of the customer. Returns file keys that can be used with Get Statement File API.

## Path parameters

- `customerId` string, required

## Query parameters

- `fromDate` string, date, required
- `toDate` string, date, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object[]
    - `displayName` string
    - `fileKey` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/revisions/08e36bbbd3be/schema)
