---
title: "Get all transactions by account."
method: POST
path: "/v0.2.4/accounts/transactions"
tags: ["Account"]
---

# Get all transactions by account.

`POST /v0.2.4/accounts/transactions`

## Request body

- object
  - `subAccount` string — Subaccount if any.
  - `limit` number — Limit the number of transactions to return.
  - `page` number — Page number to return.
  - `filters` object — Filters to apply to the transactions.
    - `currency` string — Currency to filter by.
    - `debitCurrency` string — Debit currency to filter by.
    - `status` string — Status to filter by.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Success message.
  - `data` object[]
    - `id` string
    - `issueDate` string
    - `issueID` string
    - `chiRef` string
    - `status` string
    - `initiatedBy` string
    - `issuer` string
    - `email` string
    - `chimoney` number
    - `valueInUSD` number
    - `productId` number
    - `valueInLocalCurrency` number
    - `twitter` string
    - `countryCode` string
    - `type` string
    - `redeemData` object
    - `payout` object
    - `integration` object
    - `enabledToRedeem` string[]
    - `pagination` object — Pagination object.
      - `page` number
      - `limit` number
      - `totalCount` number
      - `totalPages` number

## Other responses

- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
