/nodes/versions
Returns breakdown of node versions for validator nodes
Parameters
- none
Returns
(array[string])
- list of the versions used
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/nodes/versions' \
-H 'accept: application/json'
Result
{
"v1.3.36.0": 0.99,
"v1.3.35.0": 0.01
}