Yields this clue:
Hist 08-11 15:51 .. 08-14 19:14: 53
Ticks:
BrokerHistory MATICUSDT:
HTTP: https://fapi.binance.com/fapi/v1/klines?symbol=MATICUSDT&interval=1m&startTime=1628697118000&endTime=1628968498000&limit=1500,(null),(null)
printf:
BrokerHistory §s: §.f ms53
printf:
!§s §s to §s
When I try to open URL in a browser, binance returns this error message:
{"code":-1102,"msg":"Mandatory parameter 'limit' was not sent, was empty/null, or malformed."}
If I remove `,(null),(null)` part firom the `limit` query string param - binance returns ohlc`s correctly.
Question is - what is Zorro trying to pass there?
What might be those `(null)`s?
Is there a way to fix them? Perhaps remove them?