How to gently get symbol information

For Spot/Margin API these is a specific endpoint for symbol info. For futures API however, we must gather the entire exchange information. The problem is I can’t receive the whole data. Server only sends some portion of it. I tried giving a custom TTL using cachetools (I am using Python) and iterating through chunks but it didn’t work. How can I handle this issue?

It’s not possible to pass filter parameters to the Futures Exchange Information endpoint.

Server only sends some portion of it.

This should not be the case, I suggest diagnosing your code, checking the request url and response received.

Strange. Tested it on an online platform and it worked. Likely my proxy server is messing with responses for some reason.