Alchemy Logo

eth_createAccessList

POST
/{apiKey}

Generates an access list for a transaction.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Transactionobjectrequired

The transaction object for which to generate an access list.

Blockstring or enumoptional

The 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?