统计交易信息列表
开发中POST
/brc20swap/stat/trade_info_list请求参数
Body 参数application/json
page
integer
当前页
page_size
integer
每页访问数量
示例
{
"page": 1,
"page_size": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
total
integer
总数量
items
array [object {12}]
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"items": [
{
"pool_locked_amount": "string",
"pool_locked_amount_btc": "string",
"trade_flow": "string",
"trade_flow_btc": "string",
"trade_flow_24h_btc": "string",
"trade_flow_24h_usd": "string",
"coin_type_1": "string",
"tick1": "string",
"icon1": "string",
"coin_type_2": "string",
"tick2": "string",
"icon2": "string"
}
]
}
}
最后修改时间: 2 个月前