v1

latestSwagger 2.02026-07-1798126172.4 KB
Connection

Returns connection statistics

Returns statistics about current connection

get/connection/statistics

Response

Connection statistics

bytes_receivedinteger
bytes_sentinteger
durationinteger

connection duration in seconds

throughput_receivedinteger

Download speed in bits per second

throughput_sentinteger

Upload speed in bits per second

tokens_spentstring

Example response

{
  "bytes_received": 1024,
  "bytes_sent": 1024,
  "duration": 60,
  "throughput_received": 1024,
  "throughput_sent": 1024,
  "tokens_spent": "500000"
}