# Add 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             |

{% hint style="danger" %}
\* required parameters.
{% endhint %}

{% hint style="info" %}
gas\_price is optional.
{% endhint %}

Success response:

```ruby
{message: message, success: true, data: response, operations_count: operations_count}, status: 200
```

Fail response:

```ruby
{message: message, success: false, data: {}, operations_count: operations_count}, status: 200
```
