---
title: "Fetches a set of Withdrawals Requests for a subaccount"
method: GET
path: "/subaccounts/{subaccountId}/fiat/withdrawals"
tags: ["Subaccounts"]
---

# Fetches a set of Withdrawals Requests for a subaccount

`GET /subaccounts/{subaccountId}/fiat/withdrawals`

Permissions required: **Subaccount** or **Read Subaccount**


Retrieves a filtered set of Withdrawal Requests within a Subaccount (FIAT only for now).

## Path parameters

- `subaccountId` string, required

## Query parameters

- `withdrawalStatuses` string[]
- `startDate` string, date
- `endDate` string, date
- `afterId` string
- `limit` integer

## Response `200`

List the Withdrawal Requests

- ListSubaccountWithdrawalsResponse
  - `data` ListSubaccountWithdrawalsObject[], required
    - `asset` AssetAmount
      - `amount` string, required — An amount of a crypto-asset to transfer, without units. The unit is derived from the asset type. The amount must be positive
      - `assetType` string, required — A string representing a type of asset, which usually corresponds to the crypto asset's ticker symbol. Use `/asset-types` to list all of the supported asset types for your organization. For now only USD is available
    - `createdAt` string, date-time — The timestamp when the withdrawal request was created.
    - `customerDetails` WithdrawalBankInfo — Information needed to trigger the wire transfer
      - `beneficiary` object, required — Beneficiary Information
        - `accountNumber` string — Bank Account Number
        - `address` DestinationAddress, required — Information related to the Address of the Benificiary
          - `address` string, required — Street Address
          - `address2` string — Street Address Continued
          - `city` string, required — City of the Address
          - `country` string — Country of the Address
          - `state` string, required — State of the Address
          - `zipcode` string, required — Zip Code of the Address
        - `name` string, required — Name of the Beneficiary
      - `financialInstitution` RoutingDetails
        - `address` DestinationAddress — Information related to the Address of the Benificiary
          - `address` string, required — Street Address
          - `address2` string — Street Address Continued
          - `city` string, required — City of the Address
          - `country` string — Country of the Address
          - `state` string, required — State of the Address
          - `zipcode` string, required — Zip Code of the Address
        - `code` 'ABA' | 'BIC' | 'DDA', required
        - `id` string, required
        - `name` string — Name of the Beneficiary
      - `intermediateFinancialInstitution` RoutingDetails
        - `address` DestinationAddress — Information related to the Address of the Benificiary
          - `address` string, required — Street Address
          - `address2` string — Street Address Continued
          - `city` string, required — City of the Address
          - `country` string — Country of the Address
          - `state` string, required — State of the Address
          - `zipcode` string, required — Zip Code of the Address
        - `code` 'ABA' | 'BIC' | 'DDA', required
        - `id` string, required
        - `name` string — Name of the Beneficiary
      - `memo` string — Memo field of the wire
    - `endedAt` string, date-time, nullable — The timestamp when the withdrawal request reached a final state - COMPLETED or FAILED (optional).
    - `transactionId` string — Unique Identifier for the transaction
    - `updatedAt` string, date-time — The timestamp of the last update to the request.
    - `withdrawalStatus` 'INITIATED' | 'PENDING_ENDORSEMENT' | 'PENDING_REVIEW' | 'BROADCASTING' | 'COMPLETED' | 'FAILED' | 'CANCELED' — Identifies the status of the withdrawal transaction
  - `page` Page — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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