简要描述:

  • 提交货币-积分互换申请

请求域名:

  • http://xx.com

请求URL:

POST/wapapi/addons/blockchain/blockchain/exchangeCurrencyPoint

参数:

参数名 是否必须 类型 说明
gas floatval gas手续费
exchange_type int 1积分->货币 ,2货币->积分
num floatval 积分数量或者货币数量
address string 货币用户地址
symbol string 货币符号
password string 交易密码

返回示例:

正确时返回:

{
    "code": "200",
    "message": "s"
}

错误时返回:

{
    "code": -1,
    "message": "invalid appid"
}

返回参数说明:

参数名 类型 说明
code int 状态码 200成功

备注:

  • 更多返回错误代码请看首页的错误代码描述