Get Eth Address with NuvoID
Get Eth Address with NuvoID
GET
/api/v1/oauth2/user/nuvoId/<nuvoId>
Path Parameters
Name
Type
Description
<nuvoid>*
String
nuvo id
Headers
Name
Type
Description
Access-Token*
String
access token
{
"code": 200,
"data": [
{
"address": "0xdF58ae1438620EA9E0A7584e6bF23dE505682B21",
"nuvoId": "NUVO3768633"
},
{
"address": "0xa27Dc025431642386B8c15A6941f2943ee2c768c",
"nuvoId": "NUVO3625167"
},
}
Last updated