• Issues
  • getHistory strange results?

Get history return candles info like 2,3,4,5 in array

 "result": [
    [
      1723549680000,
      0.5756,
      0.576,
      0.5755,
      0.5756,
      195786
    ],
    [
      1723549740000,
      0.5756,
      0.5758,
      0.5753,
      0.5755,
      289877
    ],
   
  ]
7 days later

That is correct result (manual is fixed)
returns {OHLC[]} - array of candles [timestamp, open, high, low, close, volume]