Versions

get

Retrieves the supported API versions, binary build versions, and genesis information.

Authorizations
Responses
200
VersionsResponse is the response to 'GET /versions'
application/json
get
GET /versions HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
200

VersionsResponse is the response to 'GET /versions'

{
  "build": {
    "branch": "text",
    "build_number": 1,
    "channel": "text",
    "commit_hash": "text",
    "major": 1,
    "minor": 1
  },
  "genesis_hash_b64": "Ynl0ZXM=",
  "genesis_id": "text",
  "versions": [
    "text"
  ]
}