Skip to main content

WalletTransferDetail

currencystringrequired

Currency

allBalancebooleanrequired

Whether to transfer entire balance. When true, balance is ignored

balancenumber

Amount to transfer (e.g. 10). Required when allBalance is false

WalletTransferDetail
{
"currency": "string",
"allBalance": true,
"balance": 0
}