Last updated 7 months ago
Returns the current hashrate for Kaspa network in TH/s.
Successful Response
const response = await fetch('/info/health', { method: 'GET', headers: {}, }); const data = await response.json();
{ "kaspadServers": [ { "kaspadHost": "text", "serverVersion": "0.12.6", "isUtxoIndexed": true, "isSynced": true, "p2pId": "1231312" } ] }