---
title: "List Account Trade Confirmations"
method: GET
path: "/accounts/{accountID}/confirms"
tags: ["Statements"]
---

# List Account Trade Confirmations

`GET /accounts/{accountID}/confirms`

Retrieves a list of Account Trade Confirmations by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Query parameters

- `from` string
- `to` string

## Response `200`

Retrieving a list of Account Trade Confirmations by accountID was Successful.

- TradeConfirmObj[] — An array that holds the reference details to an accounts trade confirmations.
  - `displayName` string — Description of trade confirmation file.
  - `fileKey` string — Key to be used to retrieve trade confirmation PDF. Reference [Get Statement File](https://developer.drivewealth.com/reference/get-statement-file) for retrieving an account statement.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/versions/9fced6d0ac41/schema)
