eth_getStorageAt
Accounts info | Tempo
eth_getStorageAt | Tempo
Tempo API method that returns the value from a storage position at a given address. This is useful for reading raw contract storage slots.
POST
eth_getStorageAt
Tempo API method that returns the value from a storage position at a given address. This is useful for reading raw contract storage slots.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address— the address of the contractstoragePosition— the position in storage (hex)blockParameter— the block number (hex) or tag (latest,earliest,pending)
Response
result— the value at the storage position encoded as hexadecimal
eth_getStorageAt code examples
Last modified on May 18, 2026