Retrieves the supported API versions, binary build versions, and genesis information.
algod version information.
GET /versions HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*
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" ] }