You can call this operation to unfreeze an account on a blockchain in Ant Blockchain.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Account String Yes accountname

The name of the account to unfreeze.

AntChainId String Yes 1q8B5R9p

The ID of the blockchain to which the account to unfreeze belongs.

Action String No UnfreezeAntChainAccount

The operation that you want to perform. Set the value to UnfreezeAntChainAccount.

RegionId String No cn-hangzhou

The ID of the region where Ant Blockchain is used.

Response parameters

Parameter Type Example Description
RequestId String 6ED983D3-C131-4104-8BDD-1F37992258E1

The ID of the request.

Result String success

The result of the operation.

Examples

Sample requests


http(s)://[Endpoint]/?Action=UnfreezeAntChainAccount
&Account=accountname
&AntChainId=1q8B5R9p
&<Common request parameters>

Sample success responses

XML format

<UnfreezeAntChainAccountResponse>
	  <code>200</code>
	  <data>
		    <RequestId>6ED983D3-C131-4104-8BDD-1F37992258E1</RequestId>
		    <Result>success</Result>
	  </data>
	  <requestId>6ED983D3-C131-4104-8BDD-1F37992258E1</requestId>
	  <successResponse>true</successResponse>
</UnfreezeAntChainAccountResponse>

JSON format

{
	"successResponse":true,
	"requestId":"6ED983D3-C131-4104-8BDD-1F37992258E1",
	"data":{
		"Result":"success",
		"RequestId":"6ED983D3-C131-4104-8BDD-1F37992258E1"
	},
	"code":"200"
}

Error codes

For a list of error codes, visit the API Error Center.