Creates a batch payment for multiple recipients.
| Type | Fields |
|---|---|
evmBatchSendNative | walletUuid, chainId, recipients (array of {to, value} in wei) |
evmBatchSendERC20 | walletUuid, chainId, contractAddress, recipients (array of {to, value}) |
btcBatchSendNative | walletUuid, recipients (array of {to, value} in satoshis) |
suiBatchSendNative | walletUuid, recipients (array of {to, value}) |
suiBatchSendCoin | walletUuid, coinType, recipients (array of {to, value}) |