币种详情

请求参数

参数名
类型
描述
必填
id
string
查询币种的id
必填

服务端--响应示例

```language data: { code: 1, msg: "", data: { //当前id的详情 details: { currency: "BTC", //币种 type: 1, //1为切换成策略循环 2为切换成单次循环 hold_pirce: "386.22", //持仓金额 hold_mean: "386.55", //持仓均价 hold_num: "2563.25", //持仓数量 at_pirce: "563.23", //当前价格 cover_num: "3", //补仓次数 rose: "-1.58%", //涨幅 }, //当前id的策略相关 tactics: { first_num: "30", //首单额度 diploid: "30", //倍投上限 stop_ratio: "30", //止盈比例 百分比 stop_call: "30", //止盈回调 百分比 cover_range: "30", //补仓跌幅 百分比 cover_call: "30", //补仓回调 百分比 next_cover:"<5132.03",//下次补仓价 }, //当前id的执行状态是否启动 start:1,//1已启动 2已停止 } } ```