I'm having some issues with pagination. I have tried implementing my own pagination as well as using ccxt and I am not able to get more than 1 page of historic data. I assume it is something I am ...
Python-binance also supports orjson for parsing JSON since it is much faster than the builtin library. This is especially important when using websockets because some exchanges return big messages ...