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

# Child Address Get Quote

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

Child Address Get Quote

## Request body

- object
  - `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
  - `currency` string, required — destination fiat currency code
  - `institutionIdentifier` string, required — bank or institution identifier code
  - `providerId` string

## Response `201`

200

- object
  - `data` object
    - `estimatedArrivalTime` number
    - `nativeBalance` string
    - `nativeBalanceInUSD` string
    - `networkFee` string
    - `networkFeeInUSD` string
    - `transactionFee` 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/revisions/97f95b4cfc0d/schema)
