Search subnames based on the provided query
Subnames search was fetched successfully.
200
const response = await fetch('https://api.justaname.id/ens/v1/subname/search?name=text&chainId=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "statusCode": 200, "result": { "data": { "domains": [ "text" ], "registered": false }, "error": "text" } }