---
title: "Sub-account Assets (For Master Account)"
method: GET
path: "/sapi/v3/sub-account/assets"
tags: ["Sub-Account"]
---

# Sub-account Assets (For Master Account)

`GET /sapi/v3/sub-account/assets`

Fetch sub-account assets

Weight(IP): 1

## Query parameters

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

## Response `200`

List of assets balances

- object
  - `balances` object[], required
    - `asset` string, required
    - `free` integer, required
    - `locked` integer, required

## Other responses

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

## Changes

- **2021-10-25** `a484ce871a72` — 2 breaking, 8 info
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `balances` became required for the status `200`
  - the response property `balances/items/asset` became required for the status `200`
  - …6 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v3/sub-account/assets/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)
