Skip to main content

WithdrawDto

amountnumberrequired

Possible values: >= 0.01

payoutAccountIdstringrequired

Target payout account id (must belong to the wallet owner).

currencystring

Possible values: >= 3 characters and <= 3 characters

notestring

Possible values: non-empty and <= 500 characters

WithdrawDto
{
"amount": 0,
"payoutAccountId": "string",
"currency": "string",
"note": "string"
}