---
title: "Lấy danh sách giao dịch tiền"
method: GET
path: "/me/money-transactions"
tags: ["Me"]
---

# Lấy danh sách giao dịch tiền

`GET /me/money-transactions`

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Thành công

- FireAntApiModelsMoneyTransaction[]
  - `transactionID` integer
  - `transactionTypeID` integer
  - `amount` number, double
  - `status` string
  - `accountID` integer
  - `destinationBankID` integer
  - `destinationBankAccountNo` string
  - `destinationBankAccountName` string
  - `destinationBankBranch` string
  - `notes` string
  - `createdDate` string, date-time
  - `updatedDate` string, date-time

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
