New Here? Claim Your 30% Discount on Your First Blockchain Node Access!

banner image

Last updated on January 1, 1970

1 min read

Method /api/v1/storage/{hash}/{key} undefined ()
connect with REST protocol

/api/v1/storage/{hash}/{key}

info-circle-fill

Method not allowed

info-circle-fill

Fetch value using contract address hash and key

Parameters

hash - path

string

contract hash

key - path

string

resource key

Request

curl --location --request GET 'https://ont.getblock.io/mainnet/rest/api/v1/storage/0144587c1094f6929ed7362d6328cffff4fb4da2/4587c1094f6' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 

Response

{
    "Action": "getstorage",
    "Desc": "SUCCESS",
    "Error": 0,
    "Result": "58d15e17628000",
    "Version": "1.0.0"
}
banner icon

Start Building with GetBlock RPCs for Free