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
