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/contract/{hash} undefined ()
connect with REST protocol

/api/v1/contract/{hash}

info-circle-fill

Method not allowed

info-circle-fill

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"
    }
}
banner icon

Start Building with GetBlock RPCs for Free