---
title: "Get Corporate Account Statement"
method: POST
path: "/corporate/account/statement"
---

# Get Corporate Account Statement

`POST /corporate/account/statement`

Get a list of transactions associated with a corporate account, i.e. your own company account registered under your application.

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `applicationId` string, required — Your application Id - The same as is used in the UI headers
  - `accountId` string, required — Unique Id of an account belonging to any wallet of this user
  - `startDate` string, date-time, required — Format as a UNIX Epoch timestamp with ms precision
  - `endDate` string, date-time, required — Format as a UNIX Epoch timestamp with ms precision
  - `page` integer, required — Page number
  - `limit` integer — This parameter specifies the maximum number of results to be returned, Please note that the maximum limit is capped at 100 for each request.

## Response `200`

200

- object
  - `transactions` object[]
    - `id` string
    - `credit` integer
    - `debit` integer
    - `timestamp` string
    - `txType` string
    - `memoPayer` string
    - `feeEur` integer
    - `exchangeRate` integer
    - `balanceBefore` object
      - `amount` integer
      - `currency` string
    - `balanceAfter` object
      - `amount` integer
      - `currency` string
  - `count` integer
  - `total` integer

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
