ONT
POST
GET
Last updated on January 1, 1970
1 min read
Method /api/v1/contract/{hash} undefined ()
connect with REST protocol
/api/v1/contract/{hash}
Method not allowed
Fetches contract details using contract hash
Parameters
hash
- path
Contract hash
Request
curl --location --request GET 'https://ont.getblock.io/mainnet/rest/api/v1/contract/0144587c1094f6929ed7362d6328cffff4fb4da2'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
Response
{
"Action": "getcontract",
"Desc": "SUCCESS",
"Error": 0,
"Version": "1.0.0",
"Result": {
"Code": "0100000000000000000000000000000000000000",
"NeedStorage": true,
"Name": "ONT",
"CodeVersion": "1.0",
"Author": "Ontology Team",
"Email": "contact@ont.io",
"Description": "Ontology Network ONT Token"
}
}
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" }