Last updated 1 day ago
A successful response.
params holds all the parameters of this module.
const response = await fetch('/kiichain/epoch/params', { method: 'GET', headers: {}, }); const data = await response.json();
{}
const response = await fetch('/kiichain/epoch/epoch', { method: 'GET', headers: {}, }); const data = await response.json();
{ "epoch": { "genesis_time": "2025-01-22T05:46:38.021Z", "epoch_duration": "text", "current_epoch": "text", "current_epoch_start_time": "2025-01-22T05:46:38.021Z", "current_epoch_height": "text" } }