文档
测试

速报-获取交易对

GET
http://test.luckyuan.net/api/package/getmatches

请求参数

参数名
类型
描述
必填
token
string
用户token
必填

响应参数

参数名
类型
描述
必填
type
int
示例:1
必填
msg
string
示例:获取成功
必填
data
array
数据列表
必填
match_id
int
交易对ID 示例:7
必填
matches
string
交易对名称 示例:LUCKY/CCT
必填

说明 / 示例

{ "msg": "获取成功", "data": [ { "match_id": 7, "matches": "LUCKY/CCT" }, { "match_id": 9, "matches": "CCT/USDT" }, { "match_id": 10, "matches": "QKI/USDT" }, { "match_id": 15, "matches": "LAINEY/USDT" } ], "type": 1 }