# How to Get Skinport Doppler Listing Price History

> `POST /v1/prices/history` returns Skinport Doppler listing-floor OHLC separately for Phase 1-4, Ruby, Sapphire, and Black Pearl from December 24, 2025.

Skinport history is ask-only. The current source's rolling sale windows are overlapping summaries and do not become historical buckets.

## Phase-specific Skinport OHLC

Request the base Doppler `market_hash_name` and read `variants`. Numbered phases use `p1` through `p4`, followed by `ruby`, `sapphire`, and `blackpearl`.

Each Skinport source bucket can contain `open_ask`, `high_ask`, `low_ask`, `close_ask`, `ask_volume`, `sample_count`, `open_time`, and `close_time`. There are no Skinport bid fields. `ask_volume` is the last observed listing count in the bucket.

## Query Skinport phase history

Send up to 100 base item names to `POST /v1/prices/history`, select `skinport` as the source, and choose an interval. Read the desired phase by stable `version` under `variants`.

Use `5m` for at most 14 days, `30m` for 90 days, `1h` for 365 days, or `1d` for longer periods. Compare phases at matching UTC `bucket` boundaries and retain `sample_count` to show observation coverage.

For the current phase ask and rolling sale statistics, use `GET /v1/prices/latest`. The [current Skinport Doppler guide](/resources/how-to-get-skinport-doppler-prices) explains those window fields.

## Applicable endpoints

| Endpoint | Returns | Plans |
| --- | --- | --- |
| `POST /v1/prices/history` | Phase-specific Skinport ask OHLC | Scale, Enterprise |
| `GET /v1/prices/latest` | Current phase asks and rolling sale windows | All plans |

## Interpretation limits

- `close_ask` is the last observed cheapest listing, not a completed-sale price.
- `sample_count` counts observations and `ask_volume` counts listings. Neither is sale volume.
- Missing phase buckets must remain gaps. A parent Doppler ask is not a phase replacement.
- Skinport's `24h_history` through `90d_history` appear only on current-price objects and are not fixed UTC time series.
- History begins December 24, 2025 regardless of the selected interval.

See the [OHLC endpoint reference](/docs/api-reference/prices-history) for the ask-only Skinport schema.
