Skip to content
Alchemy Logo

suix_resolveNameServiceAddress

POST
/{apiKey}
CUs20
Deprecation notice

Action required: Support for Sui JSON-RPC will end on September 25, 2026. Please migrate to Sui gRPC before then to avoid disruption. You can find our migration guide here.

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-demo

For 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?