Status
status
100
const response = await fetch('https://ton-open-api.nownodes.io/v2/status', { method: 'GET', headers: {}, }); const data = await response.json();
{ "rest_online": true, "indexing_latency": 100 }