---
title: "List the caller group's transaction stream"
method: GET
path: "/money/transactions"
tags: ["money", "movements"]
---

# List the caller group's transaction stream

`GET /money/transactions`

Returns the caller group's joint pay-in/payout stream, newest-first, cursor-paginated. Default is the full joint stream (money movements + bank pay-ins, the Treasury view); kind=movements narrows to money movements only (the general transaction list). Optional types narrows the money-movement arm.

## Query parameters

- `limit` integer
- `cursor` string
- `kind` 'movements'
- `types` string[]

## Response `200`

OK

- PageMoneyMovementsHistoryItemView
  - `data` MoneyMovementsHistoryItemView[], nullable, required
    - `created_ts` string, date-time
    - `kind` 'transaction' | 'payin'
    - `payin` MoneyMovementsPayinHistoryView
      - `amount` string
      - `amount_symbol` string
      - `amount_view` MoneyfmtMoneyAmountView
        - `float` number, double, required
        - `formatted` MoneyfmtFormattedMoneyAmountView, required
          - `compact` string, required
          - `currency_sign` string, required
          - `currency_sign_position` string, required
          - `full` string, required
        - `precise` string, required
        - `symbol` string, required
        - `zero` boolean, required
      - `clabe` string
      - `created_ts` string, date-time
      - `expires_ts` string, date-time
      - `external_id` string
      - `money_movement_id` string
      - `payin_id` string
      - `reference` string
      - `status` string
      - `updated_ts` string, date-time
    - `transaction` MoneyMovementsMoneyMovementView
      - `automation_id` string, nullable
      - `complete` boolean, required
      - `completed_ts` string, date-time
      - `created_by` string, required
      - `created_ts` string, date-time, required
      - `failed_ts` string, date-time
      - `fee` MoneyfmtMoneyAmountView
        - `float` number, double, required
        - `formatted` MoneyfmtFormattedMoneyAmountView, required
          - `compact` string, required
          - `currency_sign` string, required
          - `currency_sign_position` string, required
          - `full` string, required
        - `precise` string, required
        - `symbol` string, required
        - `zero` boolean, required
      - `fund_symbol` string
      - `group_id` string, required
      - `id` string, required
      - `input` MoneyMovementsTransactionSideView, required
        - `amount` MoneyfmtMoneyAmountView, required
          - `float` number, double, required
          - `formatted` MoneyfmtFormattedMoneyAmountView, required
            - `compact` string, required
            - `currency_sign` string, required
            - `currency_sign_position` string, required
            - `full` string, required
          - `precise` string, required
          - `symbol` string, required
          - `zero` boolean, required
        - `money_account_id` string, required
        - `money_symbol` string, required
        - `payment_rail` string
      - `metadata` MoneyMovementsMovementMetadataView, required
        - `created_by` string, required
        - `created_ts` string, date-time, required
        - `updated_ts` string, date-time, required
      - `net_amount_view` MoneyfmtMoneyAmountView
        - `float` number, double, required
        - `formatted` MoneyfmtFormattedMoneyAmountView, required
          - `compact` string, required
          - `currency_sign` string, required
          - `currency_sign_position` string, required
          - `full` string, required
        - `precise` string, required
        - `symbol` string, required
        - `zero` boolean, required
      - `occurred_ts` string, date-time, required
      - `onchain_transactions` MoneyMovementsOnchainTransactionView[]
        - `chain` string
        - `explorer_url` string
        - `tx_hash` string, required
      - `output` MoneyMovementsTransactionSideView, required
        - `amount` MoneyfmtMoneyAmountView, required
          - `float` number, double, required
          - `formatted` MoneyfmtFormattedMoneyAmountView, required
            - `compact` string, required
            - `currency_sign` string, required
            - `currency_sign_position` string, required
            - `full` string, required
          - `precise` string, required
          - `symbol` string, required
          - `zero` boolean, required
        - `money_account_id` string, required
        - `money_symbol` string, required
        - `payment_rail` string
      - `price_per_unit_view` MoneyfmtMoneyAmountView
        - `float` number, double, required
        - `formatted` MoneyfmtFormattedMoneyAmountView, required
          - `compact` string, required
          - `currency_sign` string, required
          - `currency_sign_position` string, required
          - `full` string, required
        - `precise` string, required
        - `symbol` string, required
        - `zero` boolean, required
      - `settlement_commission_view` MoneyfmtMoneyAmountView
        - `float` number, double, required
        - `formatted` MoneyfmtFormattedMoneyAmountView, required
          - `compact` string, required
          - `currency_sign` string, required
          - `currency_sign_position` string, required
          - `full` string, required
        - `precise` string, required
        - `symbol` string, required
        - `zero` boolean, required
      - `settlement_pathway` string
      - `settlement_ts` string, date-time
      - `status` 'pending' | 'completed' | 'failed', required
      - `transaction_count` integer, required
      - `type` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

## Changes

- **2026-09-01** `f2d9f80610d9` — 4 info
  - added the optional property `error/api_client_id` to the response with the `400` status
  - added the optional property `error/api_client_id` to the response with the `401` status
  - added the optional property `error/api_client_id` to the response with the `403` status
  - added the optional property `error/api_client_id` to the response with the `default` status
- **2026-08-29** `78f4fe30ef9c` — 1 info
  - added the optional property `data/items/transaction/onchain_transactions` to the response with the `200` status
- **2026-08-28** `2b4ae09e65a2` — 1 info
  - added the optional property `data/items/transaction/settlement_commission_view` to the response with the `200` status
- **2026-08-27** `775f0380ec89` — 1 info
  - added the optional property `data/items/transaction/net_amount_view` to the response with the `200` status
- **2026-08-11** `26c1cb1521b0` — 1 info
  - added the optional property `data/items/transaction/settlement_pathway` to the response with the `200` status

[Full history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/money/transactions/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/f2d9f80610d9/schema)
