---
title: "Cross Margin Account Transfer (MARGIN)"
method: POST
path: "/sapi/v1/margin/transfer"
tags: ["Margin"]
---

# Cross Margin Account Transfer (MARGIN)

`POST /sapi/v1/margin/transfer`

Execute transfer between spot account and cross margin account.

Weight(IP): 600

## Query parameters

- `asset` string, required
- `amount` number, double, required
- `type` 1 | 2, required
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Transfer Id

- Transaction
  - `tranId` integer, required — transaction id

## Other responses

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

## Changes

- **2022-03-04** `f1d8926e955a` — 1 breaking
  - the `query` request parameter `type` became required
- **2021-10-25** `a484ce871a72` — 3 breaking, 6 info
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - for the `query` request parameter `type`, the format changed from no format to `int32`
  - for the `query` request parameter `amount`, the format was generalized from `float` to `double`
  - …5 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/margin/transfer/post.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/042dad2ebffe/schema)
