Queries the associated Ethereum wallet addresses recorded in Alibaba Cloud.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | QueryLocalEnsAssociation |
The operation that you want to perform. Set the value to QueryLocalEnsAssociation. |
| DomainName | String | Yes | test.luxe |
The domain name for which you want to query the associated Ethereum wallet address. |
| Lang | String | No | en |
The language of the error message to return. Valid values:
Default value: en. |
| UserClientIp | String | No | 127.0.0.1 |
The IP address of the client. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| Address | String | 3ECD5439-39A2-477D-9A19-64FCA1F77EEB |
The associated Ethereum address recorded in Alibaba Cloud. |
| RequestId | String | 0x1234567890123456789012345678901234567890 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=QueryLocalEnsAssociation
&DomainName=test.luxe
&<Common request parameters>
Sample success responses
XML format
<QueryLocalEnsAssociationResponse>
<Address>0x1234567890123456789012345678901234567890</Address>
<RequestId>D60028B6-4ED1-486C-BA6E-E0B0A8284BE4</RequestId>
</QueryLocalEnsAssociationResponse>
JSON format
{
"RequestId":"3ECD5439-39A2-477D-9A19-64FCA1F77EEB",
"Address":"0x1234567890123456789012345678901234567890"
}
Error codes
For a list of error codes, visit the API Error Center.