---
title: "Historical Volume"
method: GET
path: "/pools/{address}/volume/history"
tags: ["Pools"]
---

# Historical Volume

`GET /pools/{address}/volume/history`

Returns historical volume for a pool aggregated into time buckets

**Notes**
- If both `start_time` and `end_time` are provided, the result covers the range `[start_time, end_time]`
- If only one of `start_time` or `end_time` is provided, the missing bound is inferred using the selected `timeframe`
- If neither is provided, a default range is used based on `timeframe`

## Path parameters

- `address` string, required

## Query parameters

- `timeframe` '5m' | '30m' | '1h' | '2h' | '4h' | '12h' | '24h'
- `start_time` integer
- `end_time` integer

## Response `200`

- TimeseriesResponseVolumeHistoryResponse
  - `data` object[], required
    - `fees` number, double, required
    - `protocol_fees` number, double, required
    - `timestamp` integer, required
    - `timestamp_str` string, required
    - `volume` number, double, required
  - `end_time` integer, required
  - `start_time` integer, required
  - `timeframe` unknown

## Other responses

- `400`

---

[API](https://skmtc.net/meteora/apis/dynamic-amm-keeper.md) · [All operations](https://skmtc.net/meteora/apis/dynamic-amm-keeper/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meteora/dynamic-amm-keeper/revisions/453231c15a14/schema)
