---
title: "List Infinity Account Transactions"
method: GET
path: "/open-api/v3/infinity-account/transactions"
tags: ["Infinity Account"]
---

# List Infinity Account Transactions

`GET /open-api/v3/infinity-account/transactions`

## Query parameters

- `id` string — Unique ID generated for the entity.
- `accountId` string, required — The UUID of the Account. (The default value is master account id)
- `status` 'PENDING' | 'CLOSED' | 'FAIL' — The status of the transaction.
- `startTime` string, timestamp — Transaction start time.
- `endTime` string, timestamp — Transaction end time.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- QuantumAccountTransactionPageRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` QuantumAccountTransactionPageResponse, required — data
    - `total` integer, required — total number
    - `list` QuantumAccountTransaction[], required
      - `id` string, required — Unique ID generated for the entity.
      - `accountId` string, required — The UUID of the Account.
      - `currency` 'USD', required — Currency code
      - `amount` string, required — Magnitude of the amount
      - `fee` string, required — Transaction fee
      - `type` integer, required — Transaction type mapping: 0 - External recharge to account 1 - Card issuance fee 2 - Transfer out from group to infinity account 3 - Transfer out from card to infinity account 4 - Transfer in to infinity account 5 - Transfer out from infinity account 6 - Transfer out to virtual USD (cryptocurrency) 7 - Transfer in from particle financing 8 - Transfer in from cryptocurrency USD wallet 9 - Transfer in from interlace USD wallet 10 - Recharge to group 11 - Recharge to card 12 - Transfer in from global account 13 - Transfer out to global account 14 - Transfer in from master account (master to sub-account) 15 - Transfer out to master account (sub-account to master) 16 - Transfer in from cryptocurrency to infinity account wallet 17 - Liquidation fee 18 - Infinity account monthly bill deduction
      - `businessCodeList` integer[] — Business code identifiers. The complete list of supported business codes and their meanings can be found in the [Business Code Reference](https://developer.interlace.money/docs/card-business-code-reference).
      - `direction` integer — Transaction direction: 1 - Credit (incoming funds), 2 - Debit (outgoing funds)
      - `status` 'PENDING' | 'CLOSED' | 'FAIL', required — Transaction status
      - `createTime` string, required — Transaction creation time. timestamp format.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
