eth_createAccessList
Transactions info | Tempo
eth_createAccessList | Tempo
Tempo API method that creates an EIP-2930 access list for a transaction. The access list identifies storage slots and addresses the transaction will access.
POST
eth_createAccessList
Tempo API method that creates an EIP-2930 access list for a transaction. The access list identifies storage slots and addresses the transaction will access, which can be used to optimize gas costs.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
transactionObject— the transaction call object:from— (optional) sender addressto— recipient addressgas— (optional) gas limitgasPrice— (optional) gas pricevalue— (optional) value to senddata— (optional) call data
blockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— an object containing:accessList— an array of access list entries (address and storage keys)gasUsed— the gas used by the transaction with the access list applied
eth_createAccessList code examples
Last modified on May 18, 2026