Checks if a username is available for a given ENS domain
Subname was fetched successfully.
200
const response = await fetch('https://api.justaname.id/ens/v1/subname/available?subname=text&chainId=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "statusCode": 200, "result": { "data": { "isAvailable": false }, "error": "text" } }