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

# List collateral withdrawal requests

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

List all collateral withdrawal requests for an account.

## Path parameters

- `accountId` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

List of collateral withdrawal requests

- CollateralWithdrawalRequestsResponse
  - `data` CollateralWithdrawalRequestResponse[], required
    - `id` string, uuid, required — Unique identifier for the withdrawal request
    - `accountId` string, required — Account ID associated with the withdrawal request
    - `enterpriseId` string, required — Enterprise ID associated with the withdrawal request
    - `currency` string, required — Currency symbol for the withdrawal
    - `quantity` string, decimal, required — Amount requested for withdrawal
    - `status` 'pending' | 'approved' | 'rejected' | 'completed' | 'cancelled', required — Current status of the withdrawal request
    - `createdBy` string, required — User who created the withdrawal request
    - `canceledBy` string, nullable — User who canceled the withdrawal request, if applicable
    - `creationDate` string, date-time, required — Timestamp when the request was created
    - `modifiedDate` string, date-time, required — Timestamp when the request was last modified

## Other responses

- `400` — Bad request - Invalid query parameters
- `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)
