---
title: "Get daily volume and liquidity for a pool by id"
method: GET
path: "/pools/daily/{poolId}"
tags: ["Pools"]
---

# Get daily volume and liquidity for a pool by id

`GET /pools/daily/{poolId}`

## Path parameters

- `poolId` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

- PoolVL[]
  - `poolId` integer, required — Pool id
  - `timestampSeconds` integer, required — Timestamp in unix seconds
  - `liquidity` string, required — Pool liquidity in its smallest unit
  - `volume` string, required — Pool volume in its smallest unit

---

[API](https://skmtc.net/saucerswap/apis/saucerswap-rest-api.md) · [All operations](https://skmtc.net/saucerswap/apis/saucerswap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saucerswap/saucerswap-rest-api/revisions/6c4d55a0e793/schema)
