|
|
7 meses atrás | |
|---|---|---|
| exchanges | 1 ano atrás | |
| global | 1 ano atrás | |
| src | 7 meses atrás | |
| standard | 7 meses atrás | |
| .gitignore | 1 ano atrás | |
| Cargo.toml | 1 ano atrás | |
| README.MD | 7 meses atrás | |
| restart_data_center.sh.sample | 1 ano atrás | |
| update.sh.sample | 1 ano atrás |
| 名称 | 类型 | 必选 |
|---|---|---|
| exchange | String | 是 |
{
"query": {}, // 你的查询参数,用于接口联调
"message": "hello", // 后台提醒
"code": 200, // 200 就是对的
"data": [ // 排行榜结果
{
"symbol": "BTC_USDT", // 币对
"score": "0.1573", // 总评分
"trend_strength": "0.1573", // 趋势强度
},
...
],
}
评分规则
score = trend_strength
{
"msg": "查询成功",
"query": null,
"data": [
"bybit_usdt_swap"
],
"code": 200
}