v1/{chainName}/address/{walletAddress}/resolve_address/ REST API Endpoint - GoldRush Wallet API
Path Parameters
chainName
string
Loading...
walletAddress
string
Loading...
Returns
data
object
Loading...
updated_at
string
Loading...
chain_id
integer
Loading...
chain_name
string
Loading...
items
array
Loading...
name
string
Loading...
address
string
Loading...
pagination
object
Loading...
has_more
boolean
Loading...
page_number
integer
Loading...
page_size
integer
Loading...
total_count
integer
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
integer
Loading...
Request
1curl -X GET "https://docs-demo.quiknode.pro/v1/eth-mainnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/resolve_address/" \2-H "Content-Type: application/json" \3-H "Accept: application/json"
1curl -X GET "https://docs-demo.quiknode.pro/v1/eth-mainnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/resolve_address/" \2-H "Content-Type: application/json" \3-H "Accept: application/json"
Response
1{2"data": {3"updated_at": "2025-04-29T21:16:17.014618356Z",4"chain_id": 1,5"chain_name": "eth-mainnet",6"items": [7{8"name": "titanbuilder.eth",9"address": "0x2df9a59cd29faa8c02a7a84f6b223b8d9f231f12"10}11],12"pagination": null13},14"error": false,15"error_message": null,16"error_code": null17}
1{2"data": {3"updated_at": "2025-04-29T21:16:17.014618356Z",4"chain_id": 1,5"chain_name": "eth-mainnet",6"items": [7{8"name": "titanbuilder.eth",9"address": "0x2df9a59cd29faa8c02a7a84f6b223b8d9f231f12"10}11],12"pagination": null13},14"error": false,15"error_message": null,16"error_code": null17}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free