call all order how frequently can?

Hi i want download all my order but i must call the api with all symbol , therefore i create a cicle for do this call but i dont want overload a server with many request , how many time i should used for call the second symbol after calling first?? , and how many time i can do this mega call in one day ?? thanks

You will need to go through the symbols that have the orders. For the request limit, please feel free to refer the LIMIT section from the API document.

could you be so kind send me link of section ?? i find but with limit i find only order limits sorry

https://binance-docs.github.io/apidocs/spot/en/#limits

thanks i study the link

sorry but how call The /api/v3/exchangeInfo rateLimits array ??? in Postman
i saw only call info for symbol not for retelimits

thanks