cURL
curl --request GET \ --url https://status.hedera.com/api/v2/status.json
{ "page": { "id": "<string>", "name": "<string>", "url": "<string>", "time_zone": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "status": { "description": "<string>", "indicator": "<string>" } }
Fetches the overall status and health indicators of the Hedera network.
A JSON object containing the current status and page information.
Show child attributes
Was this page helpful?