---
title: "List Sub-wallet transactions"
method: GET
path: "/sub_wallets/{id}/transactions"
tags: ["Sub-wallets"]
---

# List Sub-wallet transactions

`GET /sub_wallets/{id}/transactions`

List all transactions of a sub-wallet using the given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- SubWalletTransactionsIndex
  - `transactions` SubWalletTransactions[]
    - `id` string
    - `created_at` string
    - `updated_at` string
    - `description` string
    - `type` string
    - `type_method` string
    - `state` string
    - `user_id` string
    - `user_name` string
    - `account_id` string
    - `account_type` string
    - `sub_wallets_id` string
    - `sub_wallet_name` string
    - `amount` integer
    - `currency` string
    - `debit_credit` string
    - `marketplace` SubWalletTransactionsMp
      - `group_name` string
      - `name` string
      - `short_name` string
      - `uuid` string
    - `related` SubWalletRelated
      - `transactions` SubWalletTr[]
        - `id` string
        - `account_id` string
        - `account_type` string
        - `user_id` string
        - `user_name` string
    - `links` SubWalletTransactionLinks
      - `self` string
  - `meta` Meta
    - `limit` integer
    - `offset` integer
    - `total` integer
  - `links` object
    - `self` string

## Other responses

- `422` — unprocessable content

---

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