流动性操作记录
开发中POST
/brc20swap/liquid_history请求参数
Body 参数application/json
address
string
为空查询所有
page
integer
必需
page_size
integer
必需
tick1
string
可选
tick2
string
可选
示例
{
"address": "string",
"page": 0,
"page_size": 0,
"tick1": "string",
"tick2": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
items
array [object {11}]
必需
total
integer
必需
req_id
string
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"items": [
{
"protocol": "string",
"op": "string",
"tick1": "string",
"tick1_amount": "string",
"tick2": "string",
"tick2_amount": "string",
"time_sec": 0,
"status": "string",
"address": "string",
"refundable": true,
"txs": [
{
"tx_id": "string",
"status": "string",
"is_refund": "string"
}
]
}
],
"total": 0
},
"req_id": "string"
}
最后修改时间: 1 个月前