---
title: "Get USD Withdrawal Request for a subaccount"
method: GET
path: "/subaccounts/{subaccountId}/fiat/withdrawals/{transactionId}"
tags: ["Subaccounts"]
---

# Get USD Withdrawal Request for a subaccount

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

Permissions required: **Subaccount**
Get a USD Withdrawal Request

## Path parameters

- `subaccountId` string, required
- `transactionId` string, required

## Response `200`

Get the Withdrawal Request

- GetSubaccountWithdrawalResponse
  - `data` GetSubaccountWithdrawalObject, 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
    - `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
    - `status` 'INITIATED' | 'PENDING_ENDORSEMENT' | 'PENDING_REVIEW' | 'BROADCASTING' | 'COMPLETED' | 'FAILED' | 'CANCELED'

## 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)
