ONT
POST
GET
Last updated on January 1, 1970
1 min read
Method getstorage undefined ()
connect with WS protocol
getstorage
Fetches the value stored in a contract using the contract hash and thestorage key.The contract hash passed to the method can be generated in the followingmanner addr = types.AddressFromVmCode(\[\]byte0x00, 0x00, 0x00, 0x00,0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,0x00, 0x00, 0x00, 0x04) fmt.Println(addr.ToHexString())
Parameters
Hash
- string
contract hash
Key
- string
storage key
Request
wscat -c wss://ont.getblock.io/YOUR-API-KEY/mainnet/
# wait for connection and send the request body
{'Action': 'getstorage', 'Version': '1.0.0', 'Id': 1, 'Hash': '0144587c1094f6929ed7362d6328cffff4fb4da2', 'Key': '4587c1094f6'}
Response
{
"Action": "getstorage",
"Desc": "SUCCESS",
"Error": 0,
"Id": 1,
"Result": "58d15e17628000",
"Version": "1.0.0"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }