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

# Master Wallet Get Quote

`POST /v2/wallets/{id}/withdraw/fiat/quote`

## Path parameters

- `id` string, uuid, required

## Request body

- GetQuoteDto
  - `assetId` string, uuid, required — Stablecoin asset identifier.
  - `amount` string, required — Amount to withdraw as a decimal string.
  - `currency` string, required — ISO 4217 payout currency.
  - `paymentMethod` string, required — Payment-method id returned by discovery.
  - `paymentMethodData` object — Values validated against the payment-method requirements schema.
  - `isGaslessWithdraw` boolean — Whether Blockradar should sponsor the on-chain gas where supported.
  - `provider` string — Optional provider slug. Omit for automatic routing.

## Response `200`

Successful response.

- WithdrawFiatQuoteResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` WithdrawFiatQuote, required
    - `debitAmount` string, nullable — Total asset amount debited.
    - `minAmount` string, nullable — Minimum supported withdrawal amount.
    - `networkFee` string, required — Estimated network fee in the native asset.
    - `networkFeeInUSD` string, required — Estimated network fee in USD.
    - `estimatedArrivalTime` integer, required — Estimated settlement time in seconds.
    - `transactionFee` string, required — Provider transaction fee in the source asset.
    - `nativeBalance` string, required — Wallet native-asset balance.
    - `nativeBalanceInUSD` string, required — Wallet native-asset balance in USD.

---

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