---
title: "Sub-account Spot Assets Summary (For Master Account)"
method: GET
path: "/sapi/v1/sub-account/spotSummary"
tags: ["Sub-Account"]
---

# Sub-account Spot Assets Summary (For Master Account)

`GET /sapi/v1/sub-account/spotSummary`

Get BTC valued asset summary of subaccounts.

Weight(IP): 1

## Query parameters

- `email` string
- `page` integer
- `size` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Summary of Sub-account Spot Assets

- object
  - `totalCount` integer, required
  - `masterAccountTotalAsset` string, required
  - `spotSubUserAssetBtcVoList` object[], required
    - `email` string, required
    - `totalAsset` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

## Changes

- **2022-03-04** `f1d8926e955a` — 1 info
  - the `query` request parameter `email` became optional
- **2021-10-25** `a484ce871a72` — 4 breaking, 9 info
  - for the `query` request parameter `page`, the format changed from no format to `int32`
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `size`, the format changed from no format to `int32`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - …9 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/sub-account/spotSummary/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
