# Network traffic info Returns information about network traffic, including bytes in, bytes out, and current time. Endpoint: GET /daemon/getnettotals Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.totalbytesrecv` (integer) Total bytes received - `data.totalbytessent` (integer) Total bytes sent - `data.timemillis` (integer) Total cpu time