Returns information about chromatic halving
Successful Response
const response = await fetch('/info/halving', { method: 'GET', headers: {}, }); const data = await response.json();
{ "nextHalvingDate": "2022-09-10 19:38:52 UTC", "nextHalvingAmount": 155.123123 }