Skip to main content
POST
Child Address Get Quote

Autorisations

x-api-key
string
header
requis

Paramètres de chemin

walletId
string<uuid>
requis

Wallet identifier.

addressId
string<uuid>
requis

Child address identifier.

Corps

application/json
paymentMethod
string
requis

Payment-method id returned by discovery.

Exemple:

"bank_transfer"

sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
obsolète

Stablecoin asset identifier.

Exemple:

"ae455f23-3824-4125-baab-d158315cbcbd"

amount
string
obsolète

Amount as a decimal string. Interpreted as the stablecoin amount to send or the fiat amount to deliver, depending on amountSide.

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

"100.00"

amountSide
enum<string>
défaut:source

Which side of the conversion amount refers to. source (default) fixes the stablecoin amount you send; target fixes the fiat amount the recipient receives — the stablecoin debit is derived from the quoted rate and rounded up to the asset's decimal precision so the recipient receives the full fiat amount. Available on v2 endpoints only.

Options disponibles:
source,
target
Exemple:

"source"

currency
string
obsolète

ISO 4217 payout currency.

Required string length: 3
Exemple:

"NGN"

paymentMethodData
object

Values validated against the payment-method requirements schema.

Exemple:
isGaslessWithdraw
boolean

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

Exemple:

false

provider
string
obsolète

Optional provider slug. Omit for automatic routing.

Exemple:

"example-provider"

Réponse

201 - application/json

Created successfully.

statusCode
integer
requis
Exemple:

200

message
string
requis

Human-readable result.

Exemple:

"Withdrawal quote fetched successfully"

data
object
requis