Last updated 9 months ago
VersionsRequest is the request for GET /versions
GET /versions
Response to GET /versions
const response = await fetch('https://algo.nownodes.io/versions', { method: 'GET', headers: { "Content-Type": "application/json" }, }); const data = await response.json();
{ "versions": [ "text" ] }