---
title: "Balance: Transaction"
method: GET
path: "/balances/{currency}/transactions/{transaction_uuid}"
tags: ["Settlements"]
---

# Balance: Transaction

`GET /balances/{currency}/transactions/{transaction_uuid}`

Retrieves a single ledger transaction by its UUID for the given currency.
Will return one entry per line item of the transaction.

## Path parameters

- `currency` 'JPY' | 'USD' | 'EUR' | 'TWD' | 'KRW' | 'PLN' | 'GBP' | 'HKD' | 'SGD' | 'NZD' | 'AUD' | 'IDR' | 'MYR' | 'PHP' | 'THB' | 'CNY' | 'BRL' | 'CHF' | 'CAD' | 'VND', required — 3-letter ISO currency code.
- `transaction_uuid` string, required — A unique 25-character alphanumeric resource identifier.

## Response `200`

200 response

- Transaction[]
  - `id` string, required — A unique 25-character alphanumeric resource identifier.
  - `type` string, required — Type of ledger transaction (e.g. "payment", "fee", "disbursement").
  - `amount_cents` integer, required — Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD).
  - `happened_at` string, date-time, required — Timestamp when this ledger transaction occurred.

## Other responses

- `404` — 404 response

---

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