Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method eth_getStorageAt BNB Smart Chain (BSC)
connect with JSON-RPC protocol

eth_getStorageAt

info-circle-fill

Returns the value of a storage position at a specified address.

Parameters

DATA - hex string

A 20-byte storage address.

QUANTITY - hex string

Integer index of the storage position.

QUANTITY|TAG - hex string

Integer representing a block number or one of the string tags latest, earliest, or pending, as described in Block Parameter.

Request

curl --location --request POST 'https://bsc.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "eth_getStorageAt",
"params": ["0x9EC55d57208cb28a7714A2eA3468bD9d5bB15125", "0x0", "latest"],
"id": "getblock.io"}'

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": "0x000000000000000000000000ff75aafb7ff022b68a14c39af73533a7efc8e620"
}
banner icon

Start Building with GetBlock RPCs for Free