LBank-exchange / lbank-official-api-docs

Official Documentation for the LBank
https://www.lbank.com
30 stars 20 forks source link

Inconsistent websocket responses #11

Closed cgebe closed 5 years ago

cgebe commented 6 years ago

Sometimes i get:

{\"trade\": [1536221853.68, 0.00067442, 84.0, \"sell\"], \"pair\": \"sead_eth\", \"type\": \"trade\", \"SERVER\": \"DG092\", \"TS\": \"2018-09-08T21:01:41.390607\"}

and sometimes:

{\"pair\": \"vet_eth\", \"trade\": {\"volume\": 347.5, \"price\": 7.327e-05, \"amount\": 0.025461324999999996, \"direction\": \"sell\", \"TS\": \"2018-09-08T21:01:41.594000\"}, \"type\": \"trade\", \"SERVER\": \"DG092\", \"TS\": \"2018-09-08T21:01:41.606034\"}
LBank-exchange commented 5 years ago

The bug was fixed now. Please try it again.

cgebe commented 5 years ago

thx, working now.