CS2 Market Data API for bots and traders
Get BUFF-compatible enterprise market snapshots — lowest listings, float ranges, and liquidity ranks — from a dedicated cache on buff-api.masterspanel.com. Your trading bots never need a live Buff session for these reads.
Built as a Master Panel add-on: pay with panel balance, mint an API key, and pull JSON with standard Bearer auth, ETags, and rate-limit headers.
Master Panel is not affiliated with BUFF. Endpoints are BUFF-compatible replicas for subscribers. Trading, buy/sell, and account APIs are not included.
Who it is for
Master Panel traders
Already running CS2 automation on Master Panel? Add a reliable price and liquidity feed without wiring Buff enterprise credentials into every bot.
Bot builders and resellers
Pull enterprise items, float bands, and liquidity ranks over HTTPS for pricing, undercut logic, and inventory valuation — with cache-friendly 304 responses.
What you get
- Enterprise items — cached lowest-listing style market snapshot for CS2 (
GET /v1/buff/enterprise/items). - Float items — float range data for items (
GET /v1/buff/enterprise/float/items). - Liquidity rank — liquidity ranking snapshot (
GET /v1/buff/enterprise/items/liquidity-rank).
How it works
- Log in to Master Panel and open the Market Data dashboard.
- Subscribe with $20 from your panel balance for a 30-day pass.
- Copy the one-time API key (prefix
bapi_live_). - Call
https://buff-api.masterspanel.comwithAuthorization: Bearer …. UseIf-None-Matchwith the responseETagto receive 304 when nothing changed.
Pricing
Monthly pass
$20 / 30 days
- All three enterprise snapshot endpoints
- API key auth, ETag / 304, rate and bandwidth limits
- Paid from your existing Master Panel balance
- Renew anytime — extends from your current period end
Annual pass — save $40
$200 / 365 days (≈ $16.67/mo)
- Everything in the monthly pass
- Two months free vs paying monthly
- One renewal a year — set and forget
- Same wallet billing, same keys
Limits and reliability
The API is cache-and-forward: we ingest Buff enterprise snapshots on a fixed schedule and serve them from Redis/origin cache. That keeps latency predictable and protects upstream credentials. Fair-use quotas apply (requests per minute/day, concurrency, and monthly bytes). When limited, you receive HTTP 429 with a clear reason code.
https://buff-api.masterspanel.com
Frequently asked questions
Is Master Panel affiliated with BUFF?
No. Master Panel is not affiliated with BUFF. We serve BUFF-compatible cached replicas of select enterprise market endpoints for subscribers.
What endpoints are included?
Enterprise items (lowest listings), float/items ranges, and liquidity-rank for CS2. Trading, buy/sell, Steam, and account APIs are not included.
How do I pay?
Subscribe from the Market Data dashboard using your existing Master Panel balance — $20 for a 30-day pass or $200 for a full year. Renew the same way.
Can I pay annually?
Yes. The annual pass is $200 for 365 days — two months free compared to paying monthly ($240/year). Renewals stack on your current period end.
Where do I call the API?
https://buff-api.masterspanel.com with Authorization: Bearer bapi_live_… after you create a key in the dashboard.
How fresh is the data?
Snapshots are ingested on a fixed cadence and served from our cache. Responses include ETag, X-Cache-Age, and X-Published-At so you can poll efficiently with If-None-Match.
Are there rate limits?
Yes. Requests are limited by requests-per-minute, requests-per-day, concurrency, and monthly bandwidth. Headers expose X-RateLimit-* and 429 responses include Retry-After.
Start with a 30-day pass
Subscribe from the dashboard, mint a key, and point your bots at the Market Data API.