Stat

Global network bandwidth statistics in B/s.

GEThttps://xtz.nownodes.io/network/stat
Response
Body
total_sent*64 bit integers

Decimal representation of 64 bit integers

total_recv*64 bit integers

Decimal representation of 64 bit integers

current_inflow*integer
current_outflow*integer
Request
const response = await fetch('https://xtz.nownodes.io/network/stat', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "total_sent": "text",
  "total_recv": "text",
  "current_inflow": 0,
  "current_outflow": 0
}