Batch Requests
That is, sending multiple requests in an array at the same time is called batch processing, see JSON-RPC 2.0 Specification.
Batch requests are counted as: total number of arrays + 1. For example: the following array contains 10 batches, then these 10 batches will be counted in the daily request limit, plus 1 request of itself, so it will be counted as 11 requests.
Batch requests are limited to 100 requests per batch, and requests above this limit may be unreliable. Recommended value is within 30 requests.
Last updated