Search
Search subnames based on the provided query
Query parameters
namestringRequired
The full name of the subdomain
chainIdnumberRequired
The chain id
Responses
200
Subnames search was fetched successfully.
application/json
Responseall of
get
GET /ens/v1/subname/search HTTP/1.1
Host: api.justaname.id
Accept: */*
200
Subnames search was fetched successfully.
{
"statusCode": 200,
"result": {
"data": {
"domains": [
"text"
],
"registered": true
},
"error": "text"
}
}
Was this helpful?