GET/v1/status/freshnessDEVELOPER+
各市场数据新鲜度
各市场数据新鲜度及整体状态汇总。响应为 snake_case。
这是运维视角而非定价视角的读取:每个市场自最后一次摄取事件以来的 delay_seconds,加上 overall_status 总览。用它判断当下是否该采信某个市场的数字。响应为 snake_case。
Parameters
No query parameters.
Response fields
FreshnessResponse各市场摄取新鲜度 + 整体汇总。snake_case。
marketsMarketFreshness[]
每个已摄取市场一行。overall_statusstring
汇总:healthy | degraded | stale。checked_atstring (date-time)
新鲜度采样时间。嵌套与共享结构链接到 API Objects 参考页(英文)。
Response 200
{
"markets": [
{
"market": "dmarket",
"delay_seconds": 0,
"last_update": "2026-06-23T22:00:00.000Z",
"status": "healthy"
},
{
"market": "steamcommunity",
"delay_seconds": 0,
"last_update": "2026-06-23T22:00:00.000Z",
"status": "healthy"
}
],
"overall_status": "healthy",
"checked_at": "2026-06-23T22:04:00.118Z"
}Errors
401缺少
Authorization 头、认证方案不支持,或密钥未知、未激活、已过期、已吊销。403密钥有效,但订阅未激活/已过期,或套餐不含此接口。
429超出速率限制;见 Retry-After 与 X-RateLimit-* 响应头。配额按账号合并计算,所有密钥共享。
Companion endpoints
GET/v1/status/market-latency
Per-market ingest latency and reliability: avg_latency_ms, p95_latency_ms, p99_latency_ms, fetch_count, error_rate, and slo_breach_rate per market, plus window_hours and measured_at. snake_case, like the rest of status.
curl "https://pricing.skinpricer.com/v1/status/freshness" \
-H "Authorization: ApiKey sk_live_•••••••••••"Authenticated endpoint — call it with your API key from your own client (see the code sample).
Response headers
X-RateLimit-Limit: <per-minute, set by your plan>
X-RateLimit-Remaining: <remaining this minute>
X-RateLimit-Reset: <seconds to reset>
X-Request-ID: req_xxxxxxxxxxxxxxxx