ThunderCore · Rate Limits

Thundercore Rate Limits

Documented rate and request-size limits on the public ThunderCore JSON-RPC endpoints. The docs also announce a coming eth_getLogs block-range cap and recommend WebSockets for frequent log pulling.

Thundercore Rate Limits is the machine-readable rate-limit profile for ThunderCore on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests_per_hour, block_range, gas_per_block, and bytes.

Tagged areas include Company, Crypto, Blockchain, EVM, and JSON-RPC.

4 Limits
CompanyCryptoBlockchainEVMJSON-RPCWeb3Layer 1

Limits

Public RPC requests (mainnet) endpoint
requests_per_hour · hour
10000
The rate limit of the ThunderCore Mainnet endpoint is 10K/hr.
eth_getLogs block range request
block_range · request
172800
Mainnet currently allows unlimited block range on eth_getLogs but the docs state this will change to a 172800-block range (already the documented limit on testnet). WebSockets are recommended for frequently pulling new logs.
Block gas limit chain
gas_per_block · block
100000000
100M block gas limit; transaction gas limit also 100M (code/tx size limits bind first).
Transaction calldata size transaction
bytes · transaction
40960

Sources