---
title: "Get generic statistic of dex aggregation."
method: GET
path: "/v1/statistics/generic"
tags: ["Statistics"]
---

# Get generic statistic of dex aggregation.

`GET /v1/statistics/generic`

## Query parameters

- `from` integer, required — Unix timestamp in seconds
- `to` integer, required — Unix timestamp in seconds

## Response `200`

Generic statistics

- ApiTxStats
  - `count` integer, required
  - `volume` number, double, required
  - `fees` number, double, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
