Real-time & historical data
Contact us for demo | Trader BasicBest for getting started. $42.50/month | -15% Trader PlusBest for advanced users. $68/month | EnterpriseUnlimited tier. Custom |
Best for getting started.
| Compare | |
| Marketcap | |
| Trade-Up Calculator | |
| Skin Prices Check | |
| Index | Max 25 |
| Price Alert | Max 200 |
| Custom Requirements |
| API Features | |
|---|---|
| API rate limit | 1 req / 5 sec |
| API Prices | |
| API Buy orders | |
| Compare API | |
| Marketcap API | |
| Sales History API | |
| Sales Stats API | |
| Price History API |
Best for advanced users.
| Compare | |
| Marketcap | |
| Trade-Up Calculator | |
| Skin Prices Check | |
| Index | Max 250 |
| Price Alert | Max 1,000 |
| Custom Requirements |
| API Features | |
|---|---|
| API rate limit | 1 req / 1 sec |
| API Prices | |
| API Buy orders | |
| Compare API | |
| Marketcap API | |
| Sales History API | |
| Sales Stats API | |
| Price History API |
Unlimited tier.
| Compare | |
| Marketcap | |
| Trade-Up Calculator | |
| Skin Prices Check | |
| Index | Unlimited |
| Price Alert | Unlimited |
| Custom Requirements |
| API Features | |
|---|---|
| API rate limit | No limit |
| API Prices | |
| API Buy orders | |
| Compare API | |
| Marketcap API | |
| Sales History API | |
| Sales Stats API | |
| Price History API |
| Compare | |||
| Marketcap | |||
| Trade-Up Calculator | |||
| Skin Prices Check | |||
| Index | Max 25 | Max 250 | Unlimited |
| Price Alert | Max 200 | Max 1,000 | Unlimited |
| Custom Requirements |
| API Features | |||
|---|---|---|---|
| API rate limit | 1 req / 5 sec | 1 req / 1 sec | No limit |
| API Prices | |||
| API Buy orders | |||
| Compare API | |||
| Marketcap API | |||
| Sales History API | |||
| Sales Stats API | |||
| Price History API |
API guide
A CS2 skin price API gives applications structured access to Counter-Strike 2 marketplace data. The Skinbase REST API is designed for developers building price trackers, trading tools, bots, inventory valuations, and market analytics. Instead of maintaining a separate scraper for every marketplace, you can request provider-specific data from more than 30 tracked marketplaces in JSON. Available datasets and request limits depend on the plan you choose.
Skinbase separates data by marketplace provider so that a price or listing quantity keeps its original market context. This makes it possible to compare sources without treating different order books as one blended price. Depending on your subscription, the API can provide the following datasets.
Generate an API key from your Skinbase profile and send it in the x-api-key request header. Keep the key on your server and never expose it in public client-side code. Responses use JSON, making the data straightforward to consume from JavaScript, TypeScript, Python, or any environment that can make HTTPS requests.
Use /v1/prices for price records across providers, /v1/prices/{marketHashName} for a specific item, and /v2/compare for cross-market comparisons. Additional endpoints cover listed market value, price history, sales history, and sales statistics. Consult the CS2 API documentation for current parameters, response schemas, examples, provider support, and endpoint-specific limits.
Start with the requests your application must make, then compare endpoint access and rate limits in the feature table above. Trader Basic covers current prices, buy orders, and marketplace comparison at a lower request rate. Trader Plus adds market-cap and historical datasets with a higher request rate. Enterprise is intended for higher-volume or custom requirements. Choosing by workload prevents you from paying for data you do not need while leaving room to scale later.
You can review the available sources in the CS2 marketplace directory and see how provider-specific listed value is presented in the CS2 market-cap tracker.