---
title: "Query Sub-account Transaction Statistics (For Master Account)"
method: GET
path: "/sapi/v1/sub-account/transaction-statistics"
tags: ["Sub-Account"]
---

# Query Sub-account Transaction Statistics (For Master Account)

`GET /sapi/v1/sub-account/transaction-statistics`

Query Sub-account Transaction statistics (For Master Account).

Weight(UID): 60

## Query parameters

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

## Response `200`

Sub account transaction statistics

- object
  - `recent30BtcTotal` string, required
  - `recent30BtcFuturesTotal` string, required
  - `recent30BtcMarginTotal` string, required
  - `recent30BusdTotal` string, required
  - `recent30BusdFuturesTotal` string, required
  - `recent30BusdMarginTotal` string, required
  - `tradeInfoVos` object[], required
    - `userId` integer
    - `btc` number, float
    - `btcFutures` number, float
    - `btcMargin` number, float
    - `busd` number, float
    - `busdFutures` number, float
    - `busdMargin` number, float
    - `date` integer

## Other responses

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

---

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