Skip to main content

Welcome

Mannco.store is a marketplace for trading Steam items across multiple games including Team Fortress 2 (440), Counter-Strike 2 (730), Dota 2 (570), Rust (252490), and Steam (753). This documentation covers the REST API with API key authentication.

API Introduction

Learn about API key authentication, base URL, error handling, and permissions.

Quick Start

  1. Get your API Key from your Mannco.store account settings
  2. Authenticate using POST /user/login with your API key
  3. Receive JWT token to use for all subsequent API calls
  4. Make API calls with your JWT token

Authentication Guide

Learn how to authenticate with your API key and obtain a JWT token.

API Categories

Authentication

API key login and JWT token management.

Items

Browse item details, listings, pricing, sales graphs, and buy order lists.

Offers

Create, accept, decline, and manage trade offers between users.

Buy Orders

Create, update, and remove buy orders for items.

Payment

Create checkout sessions to add balance or pay for cart items.

Inventory

View items on sale, in inventory, set prices, and withdraw items.

Cart

Manage your shopping cart with add, bulk add, remove, and integrity checks.

Deposit & Selling

Deposit Steam items onto the platform for selling.

Trades

View active and historical Steam trades, resend trade offers.

User Account

Account info, balance, sessions, store profile, and history.

Supported Games

API Key Authentication

This API uses API key authentication instead of session-based authentication. All endpoints require a valid JWT token obtained by authenticating with your API key.
This documentation covers only the API endpoints that require the api permission filter, plus the POST /user/login endpoint for authentication.

Need Help?