Returns the history mode of the node's underlying storage.
Storage mode for the Tezos shell.
const response = await fetch('https://xtz.nownodes.io/config/history_mode', { method: 'GET', headers: {}, }); const data = await response.json();
{ "history_mode": "archive" }