---
title: "GET /transactions"
method: GET
path: "/transactions"
tags: ["Transactions"]
---

# GET /transactions

`GET /transactions`

Lists all transactions.

## Query parameters

- `reconciliation_status` 'reconciled' | 'unreconciled'
- `account` string

## Response `200`

Success

- TransactionListResponse
  - `data` Transaction[], required — List of transaction objects matching the filter criteria.
    - `id` string, required — FRAGMENT generated unique ID.
    - `external_id` string, required — User-provided unique ID.
    - `account` ExternalAccountReferenceResponse, required — External account for the transaction.
      - `id` string, required — FRAGMENT generated unique ID.
      - `external_id` string, required — User-provided unique ID.
    - `posted` string, date-time, required — Timestamp when the transaction was posted. Uses ISO 8601 format.
    - `currency` 'ADA' | 'BTC' | 'DAI' | 'ETH' | 'SOL' | 'USDC' | 'USDT' | 'USDG' | 'EURC' | 'CADC' | 'CADT' | 'XLM' | 'UNI' | 'BCH' | 'LTC' | 'AAVE' | 'LINK' | 'MATIC' | 'PTS' | 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'SVC' | 'SYP' | 'STN' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'LOGICAL' | 'CUSTOM', required — ISO 4217 or crypto currency code.
    - `amount` string, required — Transaction amount, as a string in the smallest currency unit, such as cents for USD.
    - `allocations` TransactionAllocationResponse[], required — Allocations applied to the transaction.
      - `invoice_id` string, required — Invoice the allocation is applied against.
      - `amount` string, required — Allocated amount, as a non-negative string in the smallest currency unit, such as cents for USD.
      - `type` 'invoice_payin' | 'invoice_payout', required — Type of allocation.
      - `user` TransactionAllocationUserReferenceResponse, required — User associated with the allocation.
        - `id` string, required — FRAGMENT generated unique ID.
        - `external_id` string, required — User-provided unique ID.
    - `tags` Tag[], required — Tags for the transaction.
      - `key` string, required — Tag key.
      - `value` string, required — Tag value.
    - `unallocated_amount` string, required — Amount not yet allocated, as a string.
    - `created` string, date-time, required — Timestamp when the transaction was created. Uses ISO 8601 format.
    - `modified` string, date-time — Timestamp when the transaction was last modified. Uses ISO 8601 format.
    - `version` integer, required — Current version of the transaction.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/fragment-dev/apis/fragment-payments-api.md) · [All operations](https://skmtc.net/fragment-dev/apis/fragment-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fragment-dev/fragment-payments-api/versions/41ca2c686012/schema)
