Skip to main content
POST
eth_createAccessList
Robinhood Chain API method that creates an EIP-2930 access list for a transaction.
When called against a block older than the latest ~128 blocks, this method is treated as an archive request (2 RUs instead of 1 RU). See request units.

Parameters

  • object — the transaction call object
  • quantity or tag — the block number in hex format or block tag (latest, earliest, pending, safe, finalized)

Response

  • object — an object with accessList and gasUsed

eth_createAccessList code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_createAccessList
params
(Transaction · object | string)[]

The transaction call object.

Response

200 - application/json

Creates an access list for a transaction.

jsonrpc
string
id
integer
result
object | null
Last modified on July 18, 2026