---
title: "List transferred collateral"
method: GET
path: "/api/prime/trading/v1/accounts/{accountId}/margin/collateral/transferred"
tags: ["Margin"]
---

# List transferred collateral

`GET /api/prime/trading/v1/accounts/{accountId}/margin/collateral/transferred`

Returns the balance of assets deposited as collateral for the specified account.

## Path parameters

- `accountId` string, required

## Response `200`

A list of transferred collateral

- object
  - `balances` object[], required
    - `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. Has 2 fields denoting the currency used and the actual value.
      - `quantity` string, decimal, required — The specified quantity.
      - `currency` string, required — The specified quantity currency.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `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)
