State trie
The state trie is a Merkle-Patricia tree that encodes the full account and contract state of an EVM chain, whose root hash is committed in every block header.
Each block header carries a state root that cryptographically commits to the entire account set — balances, nonces and contract storage — at that height. Full nodes keep enough of the trie to serve current state, but reconstructing balances at an old block requires the historical trie, which only an archive node retains. That is why point-in-time balance and storage queries need archive access. Our archive RPC keeps the full trie history for supported chains, so eth_getBalance at any past block resolves correctly.
相关术语
另见
把概念变成一次 API 调用
这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。
获取 API 密钥