---
title: "Get account statement"
method: GET
path: "/merchant/statements/account-statement"
---

# Get account statement

`GET /merchant/statements/account-statement`

[Available in Sandbox/Production environment] Retrieve your StraitsX account statement

## Query parameters

- `page[size]` string
- `page[number]` string
- `filter[from]` string, required
- `filter[to]` string, required
- `filter[currency]` string, required
- `sort` string

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object[]
    - `id` string — Ledger entry ID.
    - `type` string — Request type.
    - `attributes` object
      - `type` string — Ledger transaction type.
      - `status` string — Transaction status.
      - `idempotencyId` string — Idempotency ID for the transaction.
      - `contractId` string — Transaction contract ID.
      - `description` unknown
      - `transactionReference` string — Transaction reference.
      - `counterpartyDetails` object — Counterparty details.
        - `counterpartyName` string — Counterparty name.
        - `counterpartyBank` string — Counterparty bank.
        - `counterpartyBankSwiftBic` string — Counterparty bank SWIFT/BIC.
        - `counterpartyBankAccountNo` string — Counterparty bank account number.
        - `counterpartyAddress` string — Counterparty blockchain address.
      - `creditDebitIndicator` string — Indicates `Credit` or `Debit`.
      - `amount` number — Transaction amount.
      - `ledgerBalance` number — Account balance after the transaction.
      - `currency` string — Transaction currency.
      - `createdAt` string — Timestamp when the transaction was created.
  - `meta` object — Metadata about the returned list, such as pagination details.
    - `total` integer — Total count.
    - `pages` integer — Page size.
    - `openingBalance` number — Account balance at the start of the period.
    - `openingBalanceTimestamp` string — Opening balance timestamp.
    - `closingBalance` number — Account balance at the end of the period.
    - `closingBalanceTimestamp` string — Closing balance timestamp.
  - `links` object — URLs related to the paginated result set.
    - `self` string — The URL of the current request/page.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
