Skip to main content
POST
Master Wallet Execute

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

id
string<uuid>
obrigatório

Wallet identifier.

Corpo

application/json
paymentMethod
string
obrigatório
sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
obsoleto
amount
string
obsoleto
Pattern: ^\d+(\.\d+)?$
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. Use the same value you quoted with. Available on v2 endpoints only.

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

"source"

currency
string
obsoleto
Required string length: 3
paymentMethodData
object
isGaslessWithdraw
boolean
reference
string

Unique client reference used for reconciliation and safe retries.

Exemplo:

"wd_20260719_001"

metadata
object

Your application metadata.

Exemplo:
note
string

Human-readable transaction note.

Exemplo:

"Vendor payout"

provider
string
obsoleto

Resposta

200 - application/json

Successful response.

statusCode
integer
obrigatório
Exemplo:

200

message
string
obrigatório

Human-readable result.

Exemplo:

"Withdrawal initiated successfully"

data
object
obrigatório