Will allow you to see the version of the Mirror Node that Validation Cloud is running by looking at the openapi.yml file.
This method will use 10 .
Parameters
None
Returns
// Result
openapi: 3.0.3
paths:
...
info:
title: Hedera Mirror Node REST API
version: 0.107.2
...
curl https://mainnet.hedera.validationcloud.io/v1/<YOUR_API_KEY_HERE>/api/v1/docs/openapi.yml \
-X GET
# Or visit the above URL in your browser, note you will need to include your API Key.
curl https://testnet.hedera.validationcloud.io/v1/<YOUR_API_KEY_HERE>/api/v1/docs/openapi.yml \
-X GET
# Or visit the above URL in your browser, note you will need to include your API Key.