0
Follow
0
Followers
这是官方文档要求的格式
这个是wss连接的格式
{
"cmd": {
"type": 4 // 签名认证, 类型:整数
},
"key": "xxxxxxxxx", // 公钥,类型:字符串
"time": 1545727168, // 时间戳,单位秒,类型:整数
"md5": "xxxxxxxxxxxxx" // md5: md5(key_用戶ID_skey_time),順序不可顛倒,类型:字符串
}
这个是rest连接的格式

假如
var time = _N(Unix(), 0) var key = 'xxxxxxxxxx' var skey = 'xxxxxxxxxxxxxxxxxxx' var id = 'xxxxxxxxx'
用MD5()函数()里面要怎么写 试了好多方法都是MD5值不匹配
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
