0
Follow
0
Followers
公式の文書の要求形式です
これはwss接続の形式です.
{
"cmd": {
"type": 4 // 署名認証,タイプ:整数
},
"key": "xxxxxxxxx", // 公開キー, 型: 文字列
"time": 1545727168, // 時間<unk>,単位秒,タイプ:整数
"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
