Skip to main content

Quickstart

Create an account, mint an API key in Account → API keys, then call any key-gated endpoint with an `Authorization: ApiKey <key>` header. Public endpoints (catalog, stats, market health) need no key. All prices are integer USD cents.

curl "https://api.skinpricer.com/v1/nbbo" \
  -H "Authorization: ApiKey sk_live_•••••••••••"
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_8f2a·

Usage & licensing

Access to the API and its data is governed by our Terms of Service. You may not resell or redistribute the data, use it to build a competing service, or exceed your plan’s rate limits, and you must attribute SkinPricer as the source wherever the Terms permit you to display it. Abuse may be throttled or suspended.