suix_resolveNameServiceNames RPC Method
Parameters
owner
string
REQUIRED
The owner's Sui address
cursor
string
The paging cursor
limit
integer
The maximum number of items per page
Returns
result
array
The list of coin types and their respective balances
data
array
The array of data items
nextCursor
string
The cursor indicating the next set of results
hasNextPage
boolean
A flag indicating if there are more pages of results
Request
1curl --location 'https://docs-demo.sui-mainnet.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '{4"jsonrpc": "2.0",5"id": 1,6"method": "suix_resolveNameServiceNames",7"params": [8"0x00878369f475a454939af7b84cdd981515b1329f159a1aeb9bf0f8899e00083a"9]10}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free