Skip to main content
PATCH
Apply Commercial Quote To Withdrawal Draft (B2B step 2)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

Standard quote. Send pricing_profile_id, fx_rate_quote_id, asset, crypto_amount, and fiat_amount. Negotiated quote. Send only negotiated_fx_reference or reference_code (mutually exclusive with the standard fields). Requires from_wallet_id on the draft.

negotiated_fx_reference
string

Treasury-issued withdrawal reference code. Consumes the reference atomically.

reference_code
string

Alias for negotiated_fx_reference.

pricing_profile_id
string<uuid>
fx_rate_quote_id
string<uuid>
asset
enum<string>
Available options:
USDT,
USDC
crypto_amount
string
fiat_amount
string

Response

200 - application/json

Quote applied (status: priced)

withdrawal
object
negotiated_fx_reference
object

Present on the negotiated quote path after the reference is consumed.