API GHI v1.0
L’API publique du Global HashCost Index expose deux endpoints stables permettant d’accéder aux coûts mondiaux de production du Bitcoin. Les données actuelles proviennent du moteur Sandbox v0.3.0.
Base URL
/v1/ghi
1) GET /v1/ghi/indicator
Renvoie l’indicateur quotidien : min / moyen / max cost (USD).
curl "http://127.0.0.1:8000/v1/ghi/indicator"
2) GET /v1/ghi/snapshot
Renvoie un snapshot global structuré au format GHI v1.0.
Documentation complète
GHI API v1.0
The Global HashCost Index public API exposes two stable endpoints giving access to global Bitcoin production costs. Current data comes from the Sandbox Engine v0.3.0.
Base URL
/v1/ghi
1) GET /v1/ghi/indicator
Returns daily min / avg / max production costs (USD).
2) GET /v1/ghi/snapshot
Returns a structured global snapshot following GHI v1.0 format.