---
title: "Get Swaps Summary"
method: GET
path: "/gateway/swaps/summary"
tags: ["Gateway Swaps"]
---

# Get Swaps Summary

`GET /gateway/swaps/summary`

Get swap summary statistics.

Args:
    network: Filter by network
    wallet_address: Filter by wallet address
    start_time: Start timestamp (unix seconds)
    end_time: End timestamp (unix seconds)

Returns:
    Summary statistics including volume, fees, success rate

## Query parameters

- `network` string, nullable
- `wallet_address` string, nullable
- `start_time` integer, nullable
- `end_time` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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