> ## 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

# Get Volume

## Endpoint

```
GET /volume
```

Retrieves the total swap volume for HoudiniSwap.

## Parameters

None required.

## Example Request

```
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 |
