Robinhood Chain method - eth_createAccessList
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the list of addresses and storage keys a transaction would read or write, plus the gas consumed once that access list is attached.
Body
application/json
JSON-RPC 2.0 request to the Robinhood Chain mainnet endpoint.
Request payload for Returns the list of addresses and storage keys a transaction would read or write, plus the gas consumed once that access list is attached.
jsonrpcstringrequiredJSON-RPC protocol version
methodstringrequiredName of the method to call
paramsArray<any>requiredParameters for eth_createAccessList.
idintegerrequiredUnique identifier for the request
Response
200OK
eth_createAccessList response
500Internal Server Error
Upstream node or gateway error.