suix_resolveNameServiceAddress

Extended API: Return the resolved address given resolver and name

Parameters

  • address : <SuiAddress> - The address to resolve

  • cursor : <ObjectID> -

  • limit : <uint>

Returns

  • Page<String,ObjectID> : <Page_for_String_and_ObjectID>

Example Request and Result for suix_resolveNameServiceAddress

Request

curl --location 'https://sui-testnet.blastapi.io/<project-id>' \
--header 'Content-Type: application/json' \
--data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "suix_resolveNameServiceAddress",
  "params": [
        "0xeeb30f4dc675a7d49b8abedf58eb2e3738facfc554c80f4b27ab62aa02878f56",
        "0x0bbf2b6c03cb0f5e13d63494535ebc57856c68a1d8ff6734cc21a4e46dfabc0f",
        "1"
    ]
}'

Result

Last updated