0
Follow
0
Followers
Pedir consejo el cifrado md5 siempre es incorrecto
Created 2020-05-01 01:05:27 Updated 2020-05-01 01:40:38
2
1399
Este es el formato requerido por los documentos oficiales.
Este es el formato de la conexión wss
{
"cmd": {
"type": 4 // Certificado de firma, tipo: número entero
},
"key": "xxxxxxxxx", // llave pública, tipo: una cadena
"time": 1545727168, // horario, unidades de segundo, tipo: entero
"md5": "xxxxxxxxxxxxx" // md5: md5(key_ usuario ID_skey_time), orden no invertido, tipo: cadena de caracteres
}
Este es el formato de la conexión rest

¿Qué ocurre?
var time = _N(Unix(), 0) var key = 'xxxxxxxxxx' var skey = 'xxxxxxxxxxxxxxxxxxx' var id = 'xxxxxxxxx'
¿Cómo se escribe en la función MD5 (y) (y) (y)?
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
