cURL
curl --request GET \ --url https://api.superlink.me/v1/reverse/{address} \ --header 'Authorization: <api-key>'
{ "contentHash": "<string>", "dnsRecords": [ { "name": "firstname.lastname", "ttl": 3600, "type": "A", "value": "192.168.0.1" } ], "domain": "<string>", "nameService": "ud", "ownerAddress": "<string>", "txtRecords": [ { "key": "<string>", "value": "<string>" } ], "wallets": [ { "address": "<wallet address>", "coin": "BTC", "version": "ERC20" } ] }
resolve domain data by address
Type "Bearer" followed by a space and the JWT token.
0x1234561234556
superlink
ud
ens
icann
OK
The response is of type object.
object