---
title: "Get Account Transactions"
method: GET
path: "/api/b2b/banking/accounts/{accountId}/transactions"
---

# Get Account Transactions

`GET /api/b2b/banking/accounts/{accountId}/transactions`

Retrieves a list of transactions for a specific bank account. Please note, this will not work for customer accounts.

## Path parameters

- `accountId` string, required

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `txId` string
    - `txType` string
    - `accountId` string
    - `accountName` string
    - `oppoBankCode` string
    - `oppoBankName` string
    - `oppoAccountId` string
    - `oppoAccountName` unknown
    - `thirdPartyTxType` unknown
    - `currency` string
    - `amount` string
    - `txStatus` string
    - `createTime` integer
    - `updateTime` integer
    - `feeAmount` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
