Get a quote
Returns a live exchange-rate quote for a USD → foreign currency payout, including fees and estimated delivery time.
The quoted sourceAmount is cached server-side for 5 minutes. The response includes a quoteId that you must pass to POST /api/payouts/transfer or POST /api/payouts/transfer/v2 within that window.
v2-offloader accounts: Pass v2_offloader=true to receive fees calculated for the v2 transfer pipeline. serviceFeePercent will reflect the combined platform fee (your configured fee + 20 bips for the offloader). serviceFeeFixed will be 0. providerCharge is absent. The fee fields are display-only — the platform deducts the correct amounts at settlement time.
Rate limit: 20 requests/minute.
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer mw_live_<keyId>_<secret>
Query Parameters
ISO 4217 target currency code. Supported currencies (81): AED, ALL, ARS, AUD, BAM, BDT, BHD, BMD, BOB, BRL, BWP, CAD, CHF, CLP, CNY, COP, CRC, CVE, CZK, DKK, DOP, EGP, EUR, GBP, GEL, GHS, GMD, GNF, GTQ, HKD, HNL, HUF, IDR, ILS, INR, ISK, JPY, KES, KGS, KHR, KRW, KWD, LAK, LKR, MAD, MNT, MOP, MUR, MXN, MYR, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PEN, PHP, PKR, PLN, PYG, QAR, RON, RSD, RWF, SAR, SCR, SEK, SGD, SRD, THB, TND, TRY, TZS, UAH, UGX, USD, UYU, VND, ZAR.
USD amount to convert
0.01 <= x <= 1000000Pass true to receive fee fields calculated for the v2 transfer pipeline (POST /api/payouts/transfer/v2). When set, serviceFeePercent reflects your configured fee + 20 bips, serviceFeeFixed is 0, and providerCharge is absent. Ignored for non-API-key callers.
true Response
Quote generated successfully
Combined platform service fee displayed as a percentage (e.g. 0.6 means 0.6%). 0 when not configured.
0.6
Fixed fee in USD (display only). Always 0 for v2-offloader accounts. Absent when not applicable.
0
ISO 4217 currency code of the payout destination (uppercased).
"EUR"
Exchange rate from 1 USD to the target currency.
0.9183
Settlement layer quote details — fees and estimated delivery.
UUID identifying this quote — pass to POST /api/payouts/transfer or POST /api/payouts/transfer/v2 as quote_id (API key callers only; absent for JWT callers). Valid for 5 minutes, single-use.
"3f7a2b1c-4d5e-6f7a-8b9c-0d1e2f3a4b5c"
Original USD input amount (before any fee deductions).
1000
Provider processing fee in USD deducted from the source amount before conversion. Present only for v1 accounts; absent for v2-offloader accounts.
2
