eth_createAccessList
POST
/{apiKey}
Generates an access list for a transaction.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
TransactionobjectrequiredThe transaction object for which to generate an access list.
Blockstring or enumoptionalThe block number or tag at which to create the access list. Defaults to 'latest' if not provided.
Responses
200
An object containing the access list and gas used for the transaction.
Was this page helpful?