---
title: "Master Wallet Execute"
method: POST
path: "/v1/wallets/{walletId}/withdraw/fiat/execute"
tags: ["Withdraw Fiat"]
---

# Master Wallet Execute

`POST /v1/wallets/{walletId}/withdraw/fiat/execute`

Master Wallet Execute

## Request body

- object
  - `reference` string — client reference for tracking transaction
  - `accountIdentifier` string, required — destination bank account identifier
  - `amount` number, required — amount to withdraw in asset units
  - `assetId` string, required — asset ID of the stablecoin to withdraw
  - `code` string
  - `currency` string, required — destination fiat currency code
  - `institutionIdentifier` string, required — bank or institution identifier code

## Response `200`

200

- object
  - `data` object
    - `amlScreening` object
    - `amount` string
    - `amountPaid` string
    - `amountUSD` string
    - `asset` object
      - `address` string
      - `configurations` unknown
      - `createdAt` string
      - `currency` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `isNative` boolean
      - `name` string
      - `network` string
      - `standard` unknown
      - `symbol` string
      - `updatedAt` string
    - `assetSwept` unknown
    - `assetSweptAmount` unknown
    - `assetSweptAt` unknown
    - `assetSweptGasFee` unknown
    - `assetSweptHash` unknown
    - `assetSweptRecipientAddress` unknown
    - `assetSweptSenderAddress` unknown
    - `blockHash` unknown
    - `blockNumber` unknown
    - `blockchain` object
      - `configurations` unknown
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `isL2` boolean
      - `name` string
      - `networkFeeModel` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` unknown
      - `updatedAt` string
    - `chainId` unknown
    - `confirmations` unknown
    - `confirmed` boolean
    - `createdAt` string
    - `createdChannel` string
    - `currency` string
    - `fee` string
    - `feeHash` unknown
    - `feeUSD` unknown
    - `gasFee` unknown
    - `gasPrice` unknown
    - `gasUsed` unknown
    - `hash` unknown
    - `id` string
    - `isAutoSweep` boolean
    - `metadata` unknown
    - `network` string
    - `note` unknown
    - `processingProviderReference` unknown
    - `processingReason` unknown
    - `processingStatus` string
    - `rate` string
    - `rateUSD` string
    - `reason` unknown
    - `recipientAddress` string
    - `reference` string
    - `senderAddress` string
    - `signedTransaction` unknown
    - `status` string
    - `toAmount` string
    - `toCurrency` string
    - `tokenAddress` string
    - `type` string
    - `updatedAt` string
    - `wallet` object
      - `address` string
      - `configurations` object
        - `addresses` object
          - `prefunding` object
            - `isActive` boolean
            - `rules` unknown[]
              - …
        - `autoSettlement` object
          - `isActive` boolean
          - `rules` unknown[]
            - unknown
        - `autoSweeping` object
          - `isActive` boolean
          - `threshold` number
        - `withdrawal` object
          - `gasless` object
            - `isActive` boolean
            - `operator` string
            - `threshold` number
      - `createdAt` string
      - `derivationPath` string
      - `description` string
      - `id` string
      - `isActive` boolean
      - `name` string
      - `network` string
      - `status` string
      - `updatedAt` string
  - `message` string
  - `status` boolean

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
