hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
322 stars 152 forks source link

websocket getTrades - internal server error #231

Open jrobinson01 opened 5 years ago

jrobinson01 commented 5 years ago

I'm trying to use the getTrades method via websocket. I get an error response Internal server error with code: 500. An example request:

{
   "id": "getTrades_7005.489999894053",
    "method": "getTrades",
     "params": {
        "symbol":"LTCUSD",
        "by":"id",
        "limit":1000
     }
}

I've also tried by:'timestamp' and the from and till parameters but each attempt results in the same error response.