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 --location 'https://api.covalenthq.com/v1/eth-mainnet/address/titanbuilder.eth/resolve_address/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
1curl --location 'https://api.covalenthq.com/v1/eth-mainnet/address/titanbuilder.eth/resolve_address/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
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