v1/{chainName}/address/{walletAddress}/resolve_address/ REST API Endpoint - GoldRush Wallet API
路径参数
chainName
字符串
正在加载...
walletAddress
字符串
正在加载...
退货
数据
对象
正在加载...
updated_at
字符串
正在加载...
chain_id
整数
正在加载...
chain_name
字符串
正在加载...
项目
数组
正在加载...
名称
字符串
正在加载...
地址
字符串
正在加载...
pagination
对象
正在加载...
has_more
布尔型
正在加载...
page_number
整数
正在加载...
page_size
整数
正在加载...
total_count
整数
正在加载...
错误
布尔型
正在加载...
error_message
字符串
正在加载...
error_code
整数
正在加载...
请求
回复
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}