Method send

Sending funds from the primary address to another address

Creates an request for sending funds from the main address to another address

Options:
*from
address
*token - Token ID
amount
*memo
*price
*limit
*statusURL
*tag
*uniqID
*returnTransaction = 1 - wait and return the result of sending

Call Example:
https://etherapi.net/api/v2/.send?key=7f11318c57-d80ec82a73-8ae56f31cc-a9c336253b&address=0xa122eae4ebdd5e44ca4c27043dda859da841b09c&amount=0.0035
The answer on success:
{"result": 1075}
The result field contains the ID_FROM_QUEUE in Sending queue (inside our service)
or the result of sending a transaction if the returnTransaction parameter is specified
If the transaction is not sent within 5 seconds, then the method will return the ID_FROM_QUEUE