---
title: "Get platform historical liquidity or volume data"
method: GET
path: "/stats/platformData"
tags: ["Stats"]
---

# Get platform historical liquidity or volume data

`GET /stats/platformData`

## Query parameters

- `from` integer, required
- `to` integer, required
- `interval` 'HOUR' | 'DAY' | 'WEEK', required
- `field` 'LIQUIDITY' | 'VOLUME', required

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

- object[]
  - `valueHbar` string — value in Tinybar
  - `timestampSeconds` integer

---

[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/versions/6c4d55a0e793/schema)
