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

banner image

Last updated on January 1, 1970

1 min read

Method theta.GetVersion Theta (THETA)
connect with JSON-RPC protocol

theta.GetVersion

info-circle-fill

This API returns the version of the blockchain software.

Parameters

-

Request

curl --location --request POST 'https://theta.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "theta.GetVersion",
"params": {},
"id": "getblock.io"}'

Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "git_hash": "dadc576ed7cc6a20f6ed4c174a3127e02737b933",
        "timestamp": "Sun 01 Aug 2021 05:29:47 PM UTC",
        "version": "3.1.0"
    }
}
banner icon

Start Building with GetBlock RPCs for Free