suix_resolveNameServiceAddress
POST
/{apiKey}
Returns the resolved address for the provided SuiNS name. This is typically used to map human-readable names (e.g., example.sui) to their corresponding Sui addresses.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The human-readable SuiNS name to resolve.
Responses
200
The resolved Sui address corresponding to the provided name.
A 32-byte hexadecimal Sui address (e.g., 0x...).
Was this page helpful?