Authentication
{ "op": "login", "args": [ { "apiKey": "your-api-key", "passphrase": "your-passphrase", "timestamp": "2023-10-27T10:30:00.123Z", "sign": "generated-hmac-sha256-signature" } ] }{ "event": "login", "success": true, "ts": 1678889400123 }{ "event": "error", "code": "60001", "msg": "Authentication failed: invalid signature.", "ts": 1678889400123 }
Last updated