Remove from whitelist

Administrator can remove the wallet from whitelist

Url:

POST /ethereum/remove_from_whitelist

List of parameters

Name

Type

Description

wallet *

string

Wallet address

wallet_pwd *

string

Wallet password

token_address *

string

Token address

wallet2remove *

string

Wallet address to remove

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 updated