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
assetId
string<uuid>
required
amount
string
required
Pattern: ^\d+(\.\d+)?$
currency
string
required
Required string length: 3
paymentMethod
string
required
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"

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

Response

200 - application/json

Successful response.

statusCode
integer
required
Example:

200

message
string
required

Human-readable result.

Example:

"Withdrawal initiated successfully"

data
object
required