Skip to main content
POST
Master Wallet Get Quote

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Body

application/json
assetId
string<uuid>
required

Stablecoin asset identifier.

Example:

"ae455f23-3824-4125-baab-d158315cbcbd"

amount
string
required

Amount to withdraw as a decimal string.

Pattern: ^\d+(\.\d+)?$
Example:

"100.00"

currency
string
required

ISO 4217 payout currency.

Required string length: 3
Example:

"NGN"

paymentMethod
string
required

Payment-method id returned by discovery.

Example:

"bank_transfer"

paymentMethodData
object

Values validated against the payment-method requirements schema.

Example:
isGaslessWithdraw
boolean

Whether Blockradar should sponsor the on-chain gas where supported.

Example:

false

provider
string

Optional provider slug. Omit for automatic routing.

Example:

"example-provider"

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Withdrawal quote fetched successfully"

data
object
required