Provided list of wallet addresses, returns active tethrr addresses
PARAMETERS |
Name | Description |
api_key | Authorized Tethrr ID |
addresslist | JSON formatted list of all wallet address of interest. Example JSON POST:
{
"addresses": [
{
"address":"0x6cbc27e369cac3dc8e4ff1899f93bbbfd6c01275"
},
{
"address":"0x823a76f7047b9d85e0220684ac5e5752cc7ae494"
},
{
"address":"0x98ff8c0e1effbc70b23de702f415ec1e5ed76d42"
}
]
}
|
RESPONSE |
Name | Description |
result | Status response of request |
wallets | JSON formatted response. Example JSON response:
{
"result":"success",
"wallets:" [
{
"provided":"0x6cbc27e369cac3dc8e4ff1899f93bbbfd6c01275",
"tethrr":"0x6cbc27e369cac3dc8e4ff1899f93bbbfd6c01275"
},
{
"provided":"0x98ff8c0e1effbc70b23de702f415ec1e5ed76d42",
"tethrr":"0x98ff8c0e1effbc70b23de702f415ec1e5ed76d42"
},
{
"provided":"0xD77e17Ecc3942B6E83F67c56999C5230c70A85a4",
"tethrr":"0x8e70fe95a09dc14825c52c700c5fe18ba2f1b8de"
}
]
}
Note: In the example above, only the 0xD77 address example has signed up for Tethrr.
|
|