Do websockets count against the rate limit?

Do websocket subscriptions count against the 100k/day rate limit?

If so, how does it count?

2 Likes

Hey, check this out WebSockets | INFURA

If so, how does it count?

Each subscribe or unsubscribe counts as 1 request, each response coming over the wss subscription counts as 1 request.

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.