Ethereum method - debug_getRawBlockAccessList
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the RLP-encoded EIP-7928 block access list for a given block in hexadecimal format.
Body
Returns the RLP-encoded EIP-7928 block access list for a given block in hexadecimal format.
Request payload for Returns the RLP-encoded EIP-7928 block access list for a given block in hexadecimal format..
jsonrpcstringrequiredThe JSON-RPC protocol version
methodstringrequiredName of the method being called
paramsarrayrequiredA block number in hexadecimal format or a block tag.
idintegerrequiredA unique ID for the request
Response
The RLP-encoded block access list
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Upstream node or gateway error.