Home

Resolve Name Service Names

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Return the resolved names given address, if multiple names are resolved, the first one is the primary name

Body

application/json
jsonrpcstring2.0required
idintegerrequired
methodstringsuix_resolveNameServiceNamesrequired
paramsArray<string | string | integer>required
Show child attributes
One of

Address to resolve names for

string

Cursor for pagination (optional)

string

Limit of results per page (optional)

integer

Response

200OK

Successful response returning resolved names for the address

400Bad Request

Bad request - invalid parameters

500Internal Server Error

Internal server error