Skip to main content
The CSBoard API gives you programmatic access to the CS2 skin marketplace. Fetch live buyable listings complete with float values, paint seeds, sticker data, and USD prices; pull a full gzipped price-list snapshot for bulk catalog ingestion; retrieve FX rates aligned with the site’s payment flows; and place automated buy orders debited directly from your CSBoard balance — all from a single REST API rooted at https://csboard.com/v1.

Get started

Introduction

Learn what the API offers, how it’s structured, and what you can build.

Authentication

Generate a csb_pub_ Bearer token and secure your requests.

Market Data

Query live listings, minAsk prices, and full snapshot downloads.

Buying

Place automated buy orders debited from your CSBoard balance.

Quick start

Grab live listings in a single request — no setup beyond your API key:
curl https://csboard.com/v1/listings \
  -H "Authorization: Bearer csb_pub_..."

Explore the API

Automation Guide

Build fully automated buying workflows with rate-limit best practices.

Rate Limits

Understand request quotas and how to handle 429 responses gracefully.

API Reference

Browse every endpoint — listings, prices, snapshot, currency, and orders.

Health Check

Verify API availability before you start a trading session.