eth_getStorageAt
Accounts info | Plasma
eth_getStorageAt | Plasma
Plasma API method that returns the value from a storage position at a given address. Available on Plasma via Chainstack JSON-RPC nodes.
POST
eth_getStorageAt
Plasma API method that returns the value from a storage position at a given address.
Parameters
address— the address to get storage fromquantity— the position in the storagequantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized)
Response
data— the value at this storage position
eth_getStorageAt code examples
Last modified on May 18, 2026