# Get Eth Address with NuvoID

## Get Eth Address with NuvoID

<mark style="color:blue;">`GET`</mark> `/api/v1/oauth2/user/nuvoId/<nuvoId>`

#### Path Parameters

| Name                                        | Type   | Description |
| ------------------------------------------- | ------ | ----------- |
| \<nuvoid><mark style="color:red;">\*</mark> | String | nuvo id     |

#### Headers

| Name                                           | Type   | Description  |
| ---------------------------------------------- | ------ | ------------ |
| Access-Token<mark style="color:red;">\*</mark> | String | access token |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "code": 200,
    "data": [
        {
            "address": "0xdF58ae1438620EA9E0A7584e6bF23dE505682B21",
            "nuvoId": "NUVO3768633"
        },
        {
            "address": "0xa27Dc025431642386B8c15A6941f2943ee2c768c",
            "nuvoId": "NUVO3625167"
        },
}
```

{% endtab %}
{% endtabs %}
