交易参数变化通知
subscribe
Request
{"method":"subscribe","params":["tradeset@{chain}"]}
unSubscribe
Request
{"method":"unsubscribe","params":["tradeset@{chain}"]}
Response
example:
{
"topic": "<string>",
"event": "<string>",
"data": {
"ch": "<string>", // 链名称
"msb": "<string>", // 市价买滑点, 0表示智能
"mss": "<string>", // 市价卖滑点, 0表示智能
"lsb": "<string>", // 限价买滑点, 0表示智能
"lss": "<string>", // 限价卖滑点, 0表示智能
"pl": <int>, // 优先级别: 1=normal, 2=fast,
"ut": <int64> // 更新时间
}
}