Skip to main content

/v2/chains/:chain-hash/health

GET 

https://api.drand.sh/v2/chains/:chain-hash/health

Retrieves the health status of the specified chain, including the current and expected round numbers.

Request

Path Parameters

    chain-hash stringrequired

    Possible values: Value must match regular expression ^[0-9a-fA-F]{64}$

    The hexadecimal hash identifying the chain.

    Example: 8990e7a9aaed2ffed73dbd7092123d6f289930540d7651336225dc172e51b2ce

Responses

Health status

Schema
    currentinteger

    The current round number

    Example: 367
    expectedinteger

    The expected round number

    Example: 368
curl -L 'https://api.drand.sh/v2/chains/:chain-hash/health' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.drand.sh
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!