文档
测试
GET
http://test.luckyuan.net/api/package/quick_report?match_id=15

请求参数

参数名
类型
描述
必填
match_id
int
示例:15
必填
token
string
用户token
必填

响应参数

参数名
类型
描述
必填
type
int
示例:1
必填
msg
string
示例:获取成功
必填
data
object
数据字典
必填
buy_total
string
今日买总量 示例:39
必填
sale_total
string
今日卖总量 示例:61
必填
today_min
string
今日最低价 示例:5.9427USDT
必填
today_max
string
今日最高价 示例:9.813USDT
必填
avg_price
string
官方指导价 示例:8.029USDT
必填
k_data
array
数据图数据 数据列表
必填
way
int
交易方式 示例:0买 1卖
必填
price
string
价格 示例:7.8153/USDT
必填
num
string
数量 示例:5.0000
必填
list
array
加以列表数据 数据列表
必填
way
int
交易方式 示例:0买入 1卖出
必填
price
string
价格 示例:7.8153/USDT
必填
number
string
数量 示例:5.0000/LAINEY
必填
created_at
string
交易时间 示例:14:52:15
必填
today_min_cct
今日最低价转换成CCT
必填
today_max_cct
今日最高价 转换成CCT
必填
avg_price_cct
官方指导价转换成CCT
必填

说明 / 示例

{ "msg": "获取成功", "data": { "buy_total": "2", "sale_total": "0", "today_min": "5.9427USDT", "today_max": "6.2548USDT", "avg_price": "7.4807USDT", "today_min_cct": "5.9427CCT", "today_max_cct": "6.2548CCT", "avg_price_cct": "7.4807CCT", "k_data": [ { "way": 0, "price": "6.2548/USDT", "num": "1.0000" }, { "way": 0, "price": "5.9427/USDT", "num": "1.0000" } ], "list": [ { "way": 0, "price": "6.2548/USDT", "number": "1.0000/LAINEY", "created_at": "09:13:03" }, { "way": 0, "price": "5.9427/USDT", "number": "1.0000/LAINEY", "created_at": "09:12:54" } ] }, "type": 1 }