Skip to main content
POST
Child Address Get Quote

Autorizaciones

x-api-key
string
header
requerido

Parámetros de ruta

walletId
string<uuid>
requerido

Wallet identifier.

addressId
string<uuid>
requerido

Child address identifier.

Cuerpo

application/json
paymentMethod
string
requerido

Payment-method id returned by discovery.

Ejemplo:

"bank_transfer"

sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
obsoleto

Stablecoin asset identifier.

Ejemplo:

"ae455f23-3824-4125-baab-d158315cbcbd"

amount
string
obsoleto

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

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

"100.00"

amountSide
enum<string>
predeterminado: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.

Opciones disponibles:
source,
target
Ejemplo:

"source"

currency
string
obsoleto

ISO 4217 payout currency.

Required string length: 3
Ejemplo:

"NGN"

paymentMethodData
object

Values validated against the payment-method requirements schema.

Ejemplo:
isGaslessWithdraw
boolean

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

Ejemplo:

false

provider
string
obsoleto

Optional provider slug. Omit for automatic routing.

Ejemplo:

"example-provider"

Respuesta

201 - application/json

Created successfully.

statusCode
integer
requerido
Ejemplo:

200

message
string
requerido

Human-readable result.

Ejemplo:

"Withdrawal quote fetched successfully"

data
object
requerido