trans转账请求
POST
http://192.168.1.108:3001/trans
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填
请求参数
application/json参数名
类型
描述
必填
owner
string
用户公钥,注意格式,有点长
必填
target
string
接收方地址
必填
quantity
string
转账金额,注意页面显示与这里不太一样,*10的12方
必填
speed_factor
int
加速上链,数值越大费用越高 fee*(1+factor/100)
必填
tags
tag
可选
tag.name
string
必填
tag.value
string
必填
响应参数
参数名
类型
描述
必填
data
string
需要签名的HASH
必填