Last updated 7 months ago
Get if the node is currently syning with other nodes
Node syncing status
const response = await fetch('https://akt.nownodes.io/syncing', { method: 'GET', headers: {}, }); const data = await response.json();
{ "syncing": false }