---
title: "account/transactions/recent"
method: GET
path: "/account/transactions/recent"
tags: ["Account Endpoints"]
---

# account/transactions/recent

`GET /account/transactions/recent`

This endpoint returns a list of recent transactions for a specific contact or client account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `StartDateTime` string, date-time
- `EndDateTime` string, date-time
- `ClientAccountID` string, required
- `ContactID` string, required
- `Limit` integer
- `Offset` integer

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `NumberOfRecords` integer, required — Total number of transaction records returned
  - `Transactions` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items.
    - `0` object
      - `TransactionID` integer, required — Unique ID for the Transaction
      - `TransactionDateTime` string, date-time, required — The timestamp on which the transaction occurred.
      - `TransactionType` string, required — Specifies the type of transaction, for example 'EFT Funding', 'EFT Withdrawal', 'Fee'.
      - `TransactionStatus` string, required — Current Status of the transaction
      - `Amount` number, required — The dollar transaction amount.
      - `Currency` string, required — 3 character currency code.
  - `Pagination` object, required — Pagination metadata
    - `TotalRecords` string, required — Total number of sub account records in that search range.
    - `Offset` string, required — Use this parameter to set the starting point in the dataset.
    - `Limit` string, required — Limit the number of records that are returned.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
