---
title: "List Subaccounts"
method: GET
path: "/v1/subaccounts"
tags: ["subaccounts"]
---

# List Subaccounts

`GET /v1/subaccounts`

Enumerate all trading subaccounts accessible to the user.

Returns list of accounts with identifiers and metadata.

## Response `200`

Successful Response

- SubaccountResponse[]
  - `subaccount_id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `account_type` 'custodial' | 'non_custodial', required — Type of trading subaccount.
  - `is_active` boolean, required
  - `inserted_at` string, required

---

[API](https://skmtc.net/rivermarkets/apis/river-finance-api.md) · [All operations](https://skmtc.net/rivermarkets/apis/river-finance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivermarkets/river-finance-api/revisions/0f4eceac44fb/schema)
