---
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
      - `occurred_ts` string, date-time, 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_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.

---

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