Method give

Get a new address

Method give creates a NEW address

Options:
* tag - label for IPN
* uniqID - label for address
* address - address to forward received funds
* token - Token ID
* statusURL - IPN URL


Call Example:
https://etherapi.net/api/v2/.give?key=7f11318c57-d80ec82a73-8ae56f31cc-a9c336253b
The answer on success:
{
   result: NEW_ADDRESS_HERE
}

The result field contains the new address.
Or in case with token
{
   result: {
      address: NEW_ADDRESS_HERE
      token: Token ID
   }
}

Array result contains the new address and Token ID