post https://bnb-mainnet.g.alchemy.com/v2/
Returns the value from a storage position at a given address, or in other words, returns the state of the contract's storage, which may not be exposed via the contract's methods.
Response
Returns the value from a storage position at a given address, or in other words, returns the state of the contract's storage, which may not be exposed via the contract's methods.
xxxxxxxxxx
16curl --request POST \
--url https://bnb-mainnet.g.alchemy.com/v2/docs-demo \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getStorageAt",
"params": [
"0x407d73d8a49eeb85d32cf465507dd71d507100c1",
"0x0",
"latest"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: