搜索所有币种
开发中POST
/brc20swap/search_ticks请求参数
Body 参数application/json
page
integer
必需
page_size
integer
必需
keyword
string
必需
address
string
用户地址
usetype
string
必需
deposit/liquid/swap/withdraw
tick1
string
根据tick1来搜索币对
coin_type
string
brc20/arc20
示例
{
"page": 0,
"page_size": 0,
"keyword": "string",
"address": "string",
"usetype": "string",
"tick1": "string",
"coin_type": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
items
array [object {6}]
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"items": [
{
"tick": "string",
"icon": "string",
"holder_count": 0,
"mint_percent": "string",
"coin_type": "string",
"non_removable": true
}
]
}
}
最后修改时间: 3 个月前