---
title: "Get Transactions"
method: GET
path: "/api/b2b/transactions"
---

# Get Transactions

`GET /api/b2b/transactions`

Lists recent transactions for your account. Results are paginated and return up to 3 transactions by default. Pass limit to request up to 10 transactions per call. For status checks on a known transaction, use GET /api/b2b/transactions/{transactionId} with the transaction ID or external reference instead of polling this list endpoint.

## Query parameters

- `currency` string
- `type` string
- `externalReference` string
- `startDate` string
- `endDate` string
- `status` string
- `limit` integer
- `transactionId` string

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `country` string
    - `amount` integer
    - `senderAmount` integer
    - `year` string
    - `destination` string
    - `type` string
    - `chargeStatus` string
    - `transactionId` string
    - `receiverAmount` integer
    - `fullTimestamp` string
    - `senderCurrency` string
    - `month` string
    - `beneficiary` object
      - `country` string
      - `bankCode` string
      - `accountName` string
      - `destination` string
      - `currency` string
      - `accountNumber` string
    - `currency` string
    - `receiverCurrency` string
    - `day` string
    - `status` 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)
