---
title: "Get aggregated trading points for an owner across all their active subaccounts
Returns total points and per-subaccount breakdown"
method: GET
path: "/api/v1/points/trading/account"
tags: ["Trading Points"]
---

# Get aggregated trading points for an owner across all their active subaccounts
Returns total points and per-subaccount breakdown

`GET /api/v1/points/trading/account`

## Query parameters

- `owner` string, required

## Response `200`

Owner trading points with breakdown

- OwnerTradingPoints — Trading points aggregated by owner response DTO
  - `breakdown` SubaccountPoints[], nullable — Per-subaccount breakdown (null if owner has no subaccounts)
    - `account` string, required — Account address
    - `points` number, double, required — Trading points for this subaccount
  - `owner` string, required — Owner address
  - `total_points` number, double, required — Total trading points across all active subaccounts

## Other responses

- `400` — Invalid address format
- `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)
