---
title: "Customer Transactions History"
method: GET
path: "/transaction/{customerId}"
---

# Customer Transactions History

`GET /transaction/{customerId}`

List All Account Transactions for a customer

## Path parameters

- `customerId` string, required

## Query parameters

- `from` string, date
- `to` string, date

## Headers

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

## Response `200`

200

- object
  - `status` integer
  - `doc` object[]
    - `dnb` boolean
    - `accountAmount` integer
    - `accountBalance` string
    - `accountType` string
    - `comment` string
    - `finTranID` string
    - `finTranTypeID` string
    - `feeSec` integer
    - `feeTaf` integer
    - `feeBase` integer
    - `feeXtraShares` integer
    - `feeExchange` integer
    - `fillQty` integer
    - `fillPx` integer
    - `positionDelta` integer
    - `sendCommissionToInteliclear` boolean
    - `systemAmount` integer
    - `tranAmount` integer
    - `tranSource` string
    - `tranWhen` string
    - `wlpAmount` integer
    - `wlpFinTranTypeID` string
    - `accountNo` string
    - `username` string
    - `fullname` 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/versions/08e36bbbd3be/schema)
