Live market snapshot
Auth context: sub-user — On-Behalf-Of required.
Full snapshot of the admin-curated live market — the cheapest live
listings across the watched items, sorted cheapest-first, with the
sub-user’s fee already applied. Served fresh from the live cache (no
outward caching). Each items[].id is a buyable listing id — pass it
straight to /market/buy.
Subsequent changes stream over
wss://api.skinshark.gg/market/live?scope=watchlist. page/limit
page through it; limit=-1 returns the whole feed in one response.
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.
Headers
Sub-user UUID or the merchant's externalId for that sub-user.
Required for sub-user-context routes; rejected (via requireMerchant)
on merchant-context routes.
1 - 128Query Parameters
x >= 11–500 per page, or -1 to return the whole feed in one response.
-1 <= x <= 500