Skip to main content
Release notes

Changelog

2 releases · semver

Every change to the SkinPricer API and data pipeline. Breaking changes ship only on major versions; v1 enjoys a 6-month deprecation window before sunset.

Upcoming

PREVIEWRoadmapLiveLatest

On the roadmap

What we're building next. These aren't live yet — each is flagged "Coming soon" in the API reference until it ships.

  • PREVIEW
    WebSocket streaming for real-time NBBO and trade updates, replacing repeated polling.
  • PREVIEW
    Outbound webhooks — push price and spread alerts to your own endpoint.
  • PREVIEW
    Cross-market arbitrage endpoint ranking buy/sell pairs by net edge after fees.
  • PREVIEW
    Float-bucket price analytics — per-wear and per-range price distributions.
  • PREVIEW
    ML-assisted fair-value estimates and listing anomaly flags.

v1.0.0

NEWJune 2026

SkinPricer launch

Public launch — real-time CS2 market intelligence across every integrated marketplace, served over a REST API and a live terminal dashboard. All prices are normalized to USD cents.

  • NEW
    REST API v1: NBBO (GET /v1/nbbo), cross-market order-book depth (/v1/nbbo/depth), current price (/v1/pricing/:marketHashName), per-listing samples with float values (/v1/pricing/:marketHashName/listings), price history (/v1/pricing/:marketHashName/history), and price recommendations (/v1/recommendations/:marketHashName).
  • NEW
    Public, keyless endpoints: catalog search, global stats, and per-market health + freshness (/v1/markets/health, /v1/status/freshness).
  • NEW
    API-key access with per-plan rate limits — authenticate with `Authorization: ApiKey <key>`.
  • NEW
    Per-item terminal dashboard: NBBO, market depth, price history, price distribution, float-vs-price scatter, and market freshness.
  • NEW
    Accounts: OAuth sign-in (Google, Discord, Steam), API-key management, usage metering, and Stripe billing.