---
title: "Get subaccounts"
method: GET
path: "/api/v1/subaccounts"
tags: ["Account"]
---

# Get subaccounts

`GET /api/v1/subaccounts`

Retrieve all subaccounts for a specific owner address.
Returns subaccount addresses and their associated metadata.

## Query parameters

- `owner` string, required

## Response `200`

Subaccounts retrieved successfully

- SubaccountDto[]
  - `custom_label` string, nullable
  - `is_active` boolean, required
  - `is_primary` boolean, required
  - `primary_account_address` string, required
  - `subaccount_address` string, required

## Other responses

- `500` — Database error

---

[API](https://skmtc.net/decibel/apis/decibel-trading-api.md) · [All operations](https://skmtc.net/decibel/apis/decibel-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decibel/decibel-trading-api/revisions/37a02083ff59/schema)
