> ## Documentation Index
> Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Volume

> Retrieve total swap volume for HoudiniSwap

<Danger>
  Deprecation of the REST v1 swap endpoints begins on September 30, 2026. Please migrate to the Partner API v2. Dashboard and authentication endpoints remain on v1 GraphQL and are not affected. [Read the migration guide](https://docs.houdiniswap.com/migration/v1-to-v2)
</Danger>

# Get Volume

## Endpoint

```text theme={null}
GET /volume
```

Retrieves the total swap volume for HoudiniSwap.

## Parameters

None required.

## Example Request

```text theme={null}
GET /volume
```

## Example Response

```json theme={null}
[
  {
    "count": 0,
    "totalTransactedUSD": 0
  }
]
```

## Response Fields

| Field                | Type   | Description                                            |
| -------------------- | ------ | ------------------------------------------------------ |
| `count`              | number | Total number of transactions on the exchange           |
| `totalTransactedUSD` | number | Total value transacted in USD at the time of each swap |
