cURL
curl --request GET \ --url https://api.superlink.me/v1/resolve/{domain} \ --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 domain
Type "Bearer" followed by a space and the JWT token.
firstname.lastname
superlink,ens,ud
Show child attributes
BTC,ETH,MATIC
OK
The response is of type object.
object