I'm currently utilizing the Helius RPC endpoint /v0/addresses/{address}/transactions/?api-key=, which supports a maximum of 100 entries per request for bulk transaction data. For my project, I require an RPC service—either public or private (paid)—that can handle bulk data extraction with capacities of 1,000 or even 10,000 entries, even if the data is retrieved in segments.
Could anyone recommend RPC services or methods that accommodate larger data extractions? Additionally, if there are strategies to efficiently paginate or batch requests to achieve this, I would appreciate guidance on implementing them.
Thank you for your assistance.