Skip to main content

eth_getStorageAt | BSC Method

POST 

https://bsc.callstaticrpc.com/:apiKey

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.

Request

Responses

Returns the value at this storage position.
curl -L 'https://bsc.callstaticrpc.com/:apiKey' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getStorageAt",
"params": [
"string"
]
}'
Request Collapse all
Base URL
https://bsc.callstaticrpc.com
Parameters
— path
Body
{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "eth_getStorageAt",
  "params": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!