Skip to main content
POST
Master Wallet Execute

授权

x-api-key
string
header
必填

路径参数

id
string<uuid>
必填

Wallet identifier.

请求体

application/json
paymentMethod
string
必填
sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
已弃用
amount
string
已弃用
Pattern: ^\d+(\.\d+)?$
amountSide
enum<string>
默认值: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.

可用选项:
source,
target
示例:

"source"

currency
string
已弃用
Required string length: 3
paymentMethodData
object
isGaslessWithdraw
boolean
reference
string

Unique client reference used for reconciliation and safe retries.

示例:

"wd_20260719_001"

metadata
object

Your application metadata.

示例:
note
string

Human-readable transaction note.

示例:

"Vendor payout"

provider
string
已弃用

响应

200 - application/json

Successful response.

statusCode
integer
必填
示例:

200

message
string
必填

Human-readable result.

示例:

"Withdrawal initiated successfully"

data
object
必填