PostGenerateBatchTransfer
signerstring
Blockchain address of the account used to sign requests
transfers object[]
Array [
fromstring
Sender user's ID
tostring
Receiver user's ID
amountstring
Amount of tokens to be transferred
]
PostGenerateBatchTransfer
{
"signer": "string",
"transfers": [
{
"from": "string",
"to": "string",
"amount": "string"
}
]
}