-
-
Notifications
You must be signed in to change notification settings - Fork 730
Closed
Labels
Description
Problem
When building address token balances, Blockbook calls eth_call once per ERC20 contract. For accounts with many tokens this becomes a major latency and throughput bottleneck
Impact
- Slower address API responses for token‑rich accounts.
- Increased RPC load and rate‑limit pressure.
- Lower indexing/query throughput.
Proposed solution
- ERC20 balances are fetched in batch where supported.
- Fallback to per‑contract calls when batching is not available or a batch item fails.
Reactions are currently unavailable