简要描述:
请求URL:
POST:wapapi/addons/execute/addons/blockchain/controller/blockchain/action/ethTransfer
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
gas | 必填 | int | 1到10的范围值 |
password | 必填 | string | 交易密码 |
eth | 必填 | float | 四位小数,eth的数值(usdt的数值) |
fromAddress | 必填 | string | 转账地址 |
toAddress | 必填 | string | 收款地址 |
memo | 否 | string | 备注 |
currencyType | 是 | string | 类型('eth','usdt') |
返回示例:
正确时返回:
{
"code": 1,
"message": "转账成功"
}
### 返回参数说明:
|参数名|类型|说明|
|:---- |:---|:----- |