---
title: "Get Transactions By Id"
method: POST
path: "/wallets/account/get-transactions-by-id"
---

# Get Transactions By Id

`POST /wallets/account/get-transactions-by-id`

Fetch all related transaction status updates with the ID of a transaction

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — The Id of the user who is sending this transaction
  - `accountId` string, required — The Id of the account to debit
  - `txId` string, required — Transaction UUID

## Response `200`

200

- object
  - `transactions` object[]
    - `id` string
    - `credit` integer
    - `debit` integer
    - `timestamp` string
    - `txType` string
    - `hash` string
    - `otherCryptoIdentifier` string
    - `feeBaseCurrency` number
    - `nonFpFeeBaseCurrency` integer
    - `balanceBefore` object
      - `amount` integer
      - `currency` string
    - `balanceAfter` object
      - `amount` integer
      - `currency` string
  - `count` integer
  - `total` integer

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
