---
title: "Master Wallet Get Quote"
method: POST
path: "/v1/wallets/{id}/deposit/fiat/quote"
tags: ["Deposit Fiat"]
---

# Master Wallet Get Quote

`POST /v1/wallets/{id}/deposit/fiat/quote`

## Path parameters

- `id` string, uuid, required

## Request body

- GetDepositFiatQuoteDto
  - `assetId` string, uuid, required — Stablecoin asset identifier returned by the supported-assets endpoint.
  - `currency` string, required — ISO 4217 fiat currency code.
  - `amount` string, required — Decimal amount encoded as a string to preserve precision.
  - `rail` 'one_time_virtual_account' | 'payment_link' | 'qr_code', required — Supported fiat collection rail.
  - `provider` string — Optional provider slug. Omit it to let Blockradar select an eligible provider.

## Response `200`

Successful response.

- DepositFiatQuoteResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` DepositFiatQuote, required
    - `amount` string, required — Stablecoin amount to settle.
    - `amountFiat` string, required — Fiat equivalent before fees.
    - `feeFiat` string, required — Fee charged in fiat.
    - `amountFiatPayable` string, required — Total fiat amount the customer must pay.
    - `rate` string, required — Fiat per unit of the target asset.
    - `unlocked` boolean, required — Whether the resolved provider is already enabled and configured for this business.
    - `additionalDataRequirements` object, required
      - `schema` Draft07Schema, required — A JSON Schema Draft 07 document. Render and validate this schema before submitting additionalData or paymentMethodData.
        - `$schema` string, required — JSON Schema dialect URI.
        - `type` string — Root JSON type.
        - `properties` object
        - `required` string[]

---

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