
Bitcoin Halving is a public API providing halving era, block reward, and schedule arithmetic for any bitcoin block height.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://why21million.com/halving-api/ | Primary API endpoint. |
curl -X GET "https://why21million.com/halving-api/" \ -H "Accept: application/json"