文档
测试

(FiBo新增)币种详情

GET
https://www.kortho.io/server/GetTxsByAddr

请求参数

参数名
类型
描述
必填
address
string
钱包地址
必填
limit
int
每页记录数
必填
page
int
页数
必填

响应参数

参数名
类型
描述
必填
Code
int
状态码
必填
message
string
返回描述
必填
total
int
总记录数
必填
transactionlist
array
以下是以transactionlist[0]的参数为例
必填
nonce
int
记录编号
必填
blocknumber
int
区块高度
必填
amount
int
数量
必填
from
string
转出地址
必填
to
string
转入地址
必填
hash
string
转账哈希
必填
signature
string
签名
必填
time
time
时间
必填
script
string
合约代码
必填
ord
dict
必填
id
必填
address
必填
price
必填
hash
必填
signature
必填
ciphertext
必填
tradename
必填
region
必填
ktonum
必填
pcknum
必填
tag
必填
fee
必填

说明 / 示例

1. amount 2. from 3. to 4. hash 5. script + script为空的时候amount是指kto的数量,精度11 + script不为空的时候,不需要amount字段(是固定的5000000),用空格作分隔符,第2,3子字符串分别为币名和数量(精度8)