eth_getStorageAt | BSC Method
POSThttps://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
- 200
Returns the value at this storage position.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
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"
]
}'
ResponseClear