Zether API Documentation

Welcome to the Zether API documentation. Here you will find the available endpoints and their descriptions to interact with the Zether blockchain data.

Endpoints

This section provides an overview of the available endpoints in the Zether API.

Endpoint Description Example Request
/supply/ Returns the current circulating supply of Zether (ZTH). https://api.zether.org/supply/

Endpoint Details: Circulating Supply

/supply/

Use this endpoint to retrieve the current circulating supply of Zether. The response is a JSON object containing the circulating supply value.

Example Response:
{
    "circulating_supply": "1234567890"
}

Error Handling

If an error occurs while processing your request, the API will return a JSON object with an "error" key containing a message explaining the issue.

Example Error Response:
{
    "error": "An error occurred while processing your request"
}

Additional Information

More endpoints and features will be documented as the API evolves. Check back for updates on expanded functionality and additional use cases.