transaction

receives a request containing `address`, `numOfTxs` and `value` and will select a random account from the PEM file in the same shard as the address received. Will return the transaction's hash if successful or the interceptor error otherwise

post/transaction/send-user-funds

Query parameters

transactionsobject[] required

the array of transactions

Response

successful operation

dataobject
errorstring
codestring

Changes