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

# Master Wallet Get Quote

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

Master Wallet 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

## Response `200`

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)
