Skip to main content
POST
Child Address Get Quote

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

walletId
string<uuid>
obrigatório

Wallet identifier.

addressId
string<uuid>
obrigatório

Child address identifier.

Corpo

application/json
paymentMethod
string
obrigatório

Payment-method id returned by discovery.

Exemplo:

"bank_transfer"

sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
obsoleto

Stablecoin asset identifier.

Exemplo:

"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+)?$
Exemplo:

"100.00"

amountSide
enum<string>
padrão: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.

Opções disponíveis:
source,
target
Exemplo:

"source"

currency
string
obsoleto

ISO 4217 payout currency.

Required string length: 3
Exemplo:

"NGN"

paymentMethodData
object

Values validated against the payment-method requirements schema.

Exemplo:
isGaslessWithdraw
boolean

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

Exemplo:

false

provider
string
obsoleto

Optional provider slug. Omit for automatic routing.

Exemplo:

"example-provider"

Resposta

201 - application/json

Created successfully.

statusCode
integer
obrigatório
Exemplo:

200

message
string
obrigatório

Human-readable result.

Exemplo:

"Withdrawal quote fetched successfully"

data
object
obrigatório