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_getStorageAt on Base: Returns the value of a storage slot for a given address.
Endpoint
Authorization: Bearer <YOUR_GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
address | DATA, 20 bytes | yes | Contract address. | "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" |
position | QUANTITY | yes | Hex-encoded storage slot index. | "0x0" |
blockTag | QUANTITY | TAG | yes | Block number (hex) or block tag. | "latest" |
Returns
DATA, 32 bytes: 32-byte hex-encoded value at the given slot.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.