Skip to main content
POST
Master Wallet Get Quote
The response can include data.additionalDataRequirements.schema. Complete that schema before creating the payment order. See Dynamic Forms for the schema-processing flow.

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 returned by the supported-assets endpoint.

Example:

"ae455f23-3824-4125-baab-d158315cbcbd"

currency
string
required

ISO 4217 fiat currency code.

Required string length: 3
Example:

"NGN"

amount
string
required

Decimal amount encoded as a string to preserve precision.

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

"100.00"

rail
enum<string>
required

Payment collection rail.

Available options:
one_time_virtual_account,
payment_link,
qr_code
Example:

"one_time_virtual_account"

provider
string

Optional provider slug. Omit it to let Blockradar select an eligible provider.

Example:

"example-provider"

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Deposit quote fetched successfully"

data
object
required