For your situation EventSub is not the appropriate solution. If you need to get data on streamers that haven’t authenticated to your app and would otherwise exceed EventSubs limits you should poll the API endpoint you need for that data instead as then you could use the User Token for the user of your service and that way even if they want data for other streamers the rate limit on that users token should be sufficient.