Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
0.01 credits per call
eth_getProof on MegaETH: Returns the Merkle proof for an account and storage slots.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | DATA, 20 bytes | yes | Address to prove. | "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" |
storageKeys | Array<DATA, 32 bytes> | yes | Array of storage keys to include in the proof. | ["0x0000000000000000000000000000000000000000000000000000000000000000"] |
blockTag | QUANTITY | TAG | yes | Block number (hex) or block tag. | "latest" |
Returns
Object: {address, accountProof[], balance, codeHash, nonce, storageHash, storageProof[]}
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.
Related Accounts info methods on MegaETH
eth_getBalanceon MegaETHeth_getCodeon MegaETHeth_getStorageAton MegaETHeth_accountson MegaETH