eth_createAccessList
eth_createAccessList
Creates an access list for a transaction based on the given transaction parameters. The access list contains all storage slots and addresses that would be touched by the transaction.
⚡ Compute Units: [10 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
transaction
Transaction call object
blockIdentifier
Block number, tag, or hash (EIP-1898 object form also accepted). Defaults to "latest".
stateOverrides
Optional per-address state overrides applied before the access-list computation.
Response
Access list object containing accessed addresses and storage keys
accessList
gasUsed
error
Present if executing the transaction would revert. Contains the revert reason or error message.