---
title: "Changes to Margin Transfer for Sub-account (For Master Account)"
method: POST
path: "/sapi/v1/sub-account/margin/transfer"
---

# Changes to Margin Transfer for Sub-account (For Master Account)

`POST /sapi/v1/sub-account/margin/transfer`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 26 revisions.

- **2023-09-19** `558ab69ec555` — 2 breaking, 2 warning
- **2021-10-25** `a484ce871a72` — 3 breaking, 6 info

## Changes

- **2023-09-19** `558ab69ec555` — 2 breaking, 2 warning
  - removed the enum value `1.00` from the `query` request parameter `type`
  - removed the enum value `2.00` from the `query` request parameter `type`
  - for the `query` request parameter `type`, the max was set to `2.00`
  - for the `query` request parameter `type`, the min was set to `1.00`
- **2021-10-25** `a484ce871a72` — 3 breaking, 6 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`
  - for the `query` request parameter `type`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - for the `query` request parameter `amount`, the type/format was generalized from `number`/`float` to `number`/`double`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - the response property `msg` became required for the status `400`
  - the response property `msg` became required for the status `401`
  - the response property `txnId` became required for the status `200`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/sapi/v1/sub-account/margin/transfer/post.md) · [API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [Page](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/sub-account/margin/transfer/post)
