Skip to main content

v1/{chainName}/address/{walletAddress}/resolve_address/ REST API Endpoint

Resolve ENS, RNS and Unstoppable Domains addresses.

Updated on
Jan 16, 2025

v1/{chainName}/address/{walletAddress}/resolve_address/ REST API Endpoint

Path Parameters

chainName
string
The blockchain name for which the address is being resolved (e.g., base-mainnet, bsc)
walletAddress
string
The requested wallet address. Can be an ENS, RNS, Lens Handle, or an Unstoppable Domain, which will be resolved automatically

Returns

data
object
The main response object containing the resolved address details and metadata
updated_at
string
The timestamp of the last update in ISO 8601 format
chain_id
integer
The unique identifier for the blockchain (e.g., 1 for Ethereum)
chain_name
string
The name of the blockchain (e.g., base-mainnet)
items
array
An array containing the resolved address details
name
string
The ENS, RNS, Lens Handle, or Unstoppable Domain associated with the address
address
string
The resolved wallet address in hexadecimal format
pagination
object
The pagination details for the response
has_more
boolean
The flag indicating if there are more pages of data
page_number
integer
The current page number
page_size
integer
The number of items per page
total_count
integer
The total number of items (nullable)
error
boolean
Indicates whether there was an error in the response
error_message
string
The error message, if any
error_code
integer
The error code, if any
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free