---
title: "Returns connection statistics"
method: GET
path: "/connection/statistics"
tags: ["Connection"]
---

# Returns connection statistics

`GET /connection/statistics`

Returns statistics about current connection

## Response `200`

Connection statistics

- ConnectionStatisticsDTO
  - `bytes_received` integer
  - `bytes_sent` integer
  - `duration` integer — connection duration in seconds
  - `spent_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
    - `ether` string
    - `human` string
    - `wei` string
  - `throughput_received` integer — Download speed in bits per second
  - `throughput_sent` integer — Upload speed in bits per second
  - `tokens_spent` string

---

[API](https://skmtc.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
