---
title: "Transfer collateral for margin"
method: POST
path: "/api/prime/trading/v1/accounts/{accountId}/margin/collateral/transfer"
tags: ["Margin"]
---

# Transfer collateral for margin

`POST /api/prime/trading/v1/accounts/{accountId}/margin/collateral/transfer`

Transfers collateral for the specified account.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `currency` string
  - `quantity` string

## Response `200`

Collateral transfer response

- object
  - `transferId` string, uuid — The margin transfer ID (UUID) from Trade Falcon
  - `currency` string, required — Symbol of the collateral asset
  - `quantity` string, required — Number representing the balance for the specified collateral
  - `balanceValue` object, required — Returns the value of the collateral.
    - `quantity` string, decimal, required — The specified quantity.
    - `currency` string, required — The specified quantity currency.

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `422` — Unprocessable Entity - JSON payload is improperly formatted
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

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