---
title: "Child Address Execute"
method: POST
path: "/v1/wallets/{walletId}/addresses/{addressId}/withdraw/fiat/execute"
tags: ["Withdraw Fiat"]
---

# Child Address Execute

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

Child Address 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 `201`

200

- object
  - `data` object
    - `gateway` string
    - `senderFee` object
      - `hex` string
      - `type` string
    - `senderFeeRecipient` string
    - `transaction` object
      - `amlScreening` object
      - `amount` string
      - `amountPaid` string
      - `amountUSD` string
      - `asset` unknown
      - `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` string
      - `gasFee` unknown
      - `gasPrice` unknown
      - `gasUsed` unknown
      - `hash` unknown
      - `id` string
      - `isAutoSweep` boolean
      - `metadata` object
        - `businessId` string
        - `businessProviderId` string
      - `network` string
      - `note` string
      - `processingReason` unknown
      - `processingStatus` string
      - `rate` string
      - `rateUSD` string
      - `reason` string
      - `recipientAddress` string
      - `reference` string
      - `senderAddress` string
      - `signedTransaction` unknown
      - `status` string
      - `toAmount` string
      - `toCurrency` unknown
      - `tokenAddress` string
      - `type` string
      - `updatedAt` string
      - `wallet` object
        - `address` string
        - `configurations` object
          - `addresses` object
            - `prefunding` object
              - …
          - `autoSettlement` object
            - `isActive` boolean
            - `rules` unknown[]
              - …
          - `autoSweeping` object
            - `isActive` boolean
            - `threshold` number
          - `withdrawal` object
            - `gasless` object
              - …
        - `createdAt` string
        - `derivationPath` string
        - `description` string
        - `id` string
        - `isActive` boolean
        - `name` string
        - `network` string
        - `status` string
        - `updatedAt` string
  - `message` string
  - `statusCode` number

---

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