Add to whitelist
Administrator can add the wallet to whitelist
Url:
POST /ethereum/add_to_whitelist
List of parameters
Name | Type | Description |
wallet * | string | Wallet address |
wallet_pwd * | string | Wallet password |
token_address * | string | Token address |
wallet2add * | string | Wallet address to add |
gas_price | number | Gas price |
* required parameters.
gas_price is optional.
Success response:
{message: message, success: true, data: response, operations_count: operations_count}, status: 200
Fail response:
{message: message, success: false, data: {}, operations_count: operations_count}, status: 200
Last modified 2yr ago