---
title: "Universal Transfer History (For Master Account)"
method: GET
path: "/sapi/v1/sub-account/universalTransfer"
tags: ["Sub-Account"]
---

# Universal Transfer History (For Master Account)

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

- `fromEmail` and `toEmail` cannot be sent at the same time.
- Return `fromEmail` equal master account email by default.
- The query time period must be less then 30 days.
- If startTime and endTime not sent, return records of the last 30 days by default.

Weight(IP): 1

## Query parameters

- `fromEmail` string
- `toEmail` string
- `clientTranId` string
- `startTime` integer
- `endTime` integer
- `page` integer
- `limit` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Transfer History

- object[]
  - `tranId` integer, required
  - `fromEmail` string, required
  - `toEmail` string, required
  - `asset` string, required
  - `amount` string, required
  - `fromAccountType` string, required
  - `toAccountType` string, required
  - `status` string, required
  - `createTimeStamp` integer, required
  - `clientTranId` string, required

## Other responses

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

## Changes

- **2022-04-25** `f008d48ec623` — 1 info
  - added the required property `items/clientTranId` to the response with the `200` status
- **2022-01-07** `df4abe39a7f1` — 1 breaking, 1 info
  - for the `query` request parameter `limit`, the type/format was changed from `string`/`` to `integer`/`int32`
  - added the new optional `query` request parameter `clientTranId`
- **2021-10-25** `a484ce871a72` — 5 breaking, 13 info
  - for the `query` request parameter `endTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `startTime`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - …14 more

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