简要描述:
- 获取货币私钥
请求域名:
- http://xx.com
请求URL:
POST/wapapi/addons/blockchain/blockchain/exportPrivateKey
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
password | 是 | string | 密码 |
address | 是 | string | 货币地址 |
symbol | 是 | string | 货币符号 |
返回示例:
正确时返回:
{
"code": 200,
"message": "获取成功",
"data": {
"privateKey": "5a9755c7348884e479f0517b4b2e10aee14e27563d32a0be056e5a766766d9be"
}
}
错误时返回:
{
"errcode": -1,
"errmsg": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
privateKey | string | 私钥 |
备注:
- 更多返回错误代码请看首页的错误代码描述