查询一条蚂蚁区块链的账户列表(仅适用于阿里云国内站)。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeAntChainAccountsV2 |
系统规定参数。取值:DescribeAntChainAccountsV2。 |
PageSize | Integer | 是 | 10 |
每页数量 |
PageNumber | Integer | 是 | 1 |
页面编号,从1开始 |
AntChainId | String | 是 | 区块链ID |
区块链ID |
ConsortiumId | String | 否 | M8GaMEyX |
联盟ID |
返回数据
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeAntChainAccountsV2
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<RequestId>3375F3B1-9F1D-42B8-B492-5BBBE62408BD</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Code>OK</Code>
<ResultCode>OK</ResultCode>
<Success>true</Success>
<Result>
<Pagination>
<TotalCount>2</TotalCount>
<PageSize>10</PageSize>
<PageNumber>1</PageNumber>
</Pagination>
<Accounts>
<Account>test</Account>
<AccountStatus>NORMAL</AccountStatus>
<AntChainId>8bd720bde18c4b37b0f4a1c7834db163</AntChainId>
<AccountRecoveryKey>5a36312d78681794258bb33372586c676adf150ad69e67dbfcaae61bba3607705950bc9efe1bf4a17ac24b05b1615a410e48d2a005dca251c6173495bb47ae29</AccountRecoveryKey>
<AccountPublicKey>2aa43bae103b6840ce8efdfe6f3fe5e52f8d1db0f44ff762df87ba17eb209979a0e22c934b2728c6c1bab864a6da52de60c5da89793bd839650a1a153e876e32</AccountPublicKey>
</Accounts>
<Accounts>
<Account>test1</Account>
<AccountStatus>NORMAL</AccountStatus>
<AntChainId>8bd720bde18c4b37b0f4a1c7834db163</AntChainId>
<AccountRecoveryKey>2d2f0906643f68cd412b0f81448974a5a4407f254e54258752babd281dc7dcd2eedaed48446ecfab79944ab0817acc43be7c07898e9be8eaf4d771f001eaf764</AccountRecoveryKey>
<AccountPublicKey>2d2f0906643f68cd412b0f81448974a5a4407f254e54258752babd281dc7dcd2eedaed48446ecfab79944ab0817acc43be7c07898e9be8eaf4d771f001eaf764</AccountPublicKey>
</Accounts>
</Result>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "3375F3B1-9F1D-42B8-B492-5BBBE62408BD",
"HttpStatusCode" : "200",
"Code" : "OK",
"ResultCode" : "OK",
"Success" : true,
"Result" : {
"Pagination" : {
"TotalCount" : 2,
"PageSize" : 10,
"PageNumber" : 1
},
"Accounts" : [ {
"Account" : "test",
"AccountStatus" : "NORMAL",
"AntChainId" : "8bd720bde18c4b37b0f4a1c7834db163",
"AccountRecoveryKey" : "5a36312d78681794258bb33372586c676adf150ad69e67dbfcaae61bba3607705950bc9efe1bf4a17ac24b05b1615a410e48d2a005dca251c6173495bb47ae29",
"AccountPublicKey" : "2aa43bae103b6840ce8efdfe6f3fe5e52f8d1db0f44ff762df87ba17eb209979a0e22c934b2728c6c1bab864a6da52de60c5da89793bd839650a1a153e876e32"
}, {
"Account" : "test1",
"AccountStatus" : "NORMAL",
"AntChainId" : "8bd720bde18c4b37b0f4a1c7834db163",
"AccountRecoveryKey" : "2d2f0906643f68cd412b0f81448974a5a4407f254e54258752babd281dc7dcd2eedaed48446ecfab79944ab0817acc43be7c07898e9be8eaf4d771f001eaf764",
"AccountPublicKey" : "2d2f0906643f68cd412b0f81448974a5a4407f254e54258752babd281dc7dcd2eedaed48446ecfab79944ab0817acc43be7c07898e9be8eaf4d771f001eaf764"
} ]
}
}
错误码
访问错误中心查看更多错误码。