Skip to main content
POST
Master Wallet Execute

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Wallet identifier.

Body

application/json
paymentMethod
string
required
sessionId
string<uuid>

Session ID returned by the v2 rates endpoint.

assetId
string<uuid>
deprecated
amount
string
deprecated
Pattern: ^\d+(\.\d+)?$
amountSide
enum<string>
default: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.

Available options:
source,
target
Example:

"source"

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

Unique client reference used for reconciliation and safe retries.

Example:

"wd_20260719_001"

metadata
object

Your application metadata.

Example:
note
string

Human-readable transaction note.

Example:

"Vendor payout"

provider
string
deprecated

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Withdrawal initiated successfully"

data
object
required