Docs/Token data/Metrics (window)
Metrics (window)
GET/v1/token/{mint}/metricsPublic
Volume, trade count and buy/sell pressure over a single rolling window (in hours).
For the full multi-window grid (1m → 24h with unique wallets and change%), use Trade stats.
Path parameters
| Field | Type | Description |
|---|
mintrequired | string | Token mint address (base58). |
Query parameters
| Field | Type | Description |
|---|
windowoptional | number (hours) | Rolling window, 1–720h. default 24 |
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
volumeUsd | number | Total USD volume in the window. |
trades / buys / sells | number | Counts. |
buyPressure | number | null | buyVol / (buyVol + sellVol), 0–1. |