You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch requests are single HTTP requests that contain multiple API calls nested within it.
Generally speaking, Alchemy does not recommend using batch requests as they can be less reliable compared to individual API calls.
Alchemy does not recommend using batch requests for any methods. These requests tend to be less performant than sending them individually, so if you’re trying to optimize speed, this might not be the best option.
The text was updated successfully, but these errors were encountered:
ETHEREUM JSON RPC endpoints arguably support batching calls. So we should allow batching via the transport module
via alchemy docs:
https://docs.alchemy.com/alchemy/documentation/batch-requests
The text was updated successfully, but these errors were encountered: