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), and Rust (252490). 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.

Inventory

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

Trades

View active and historical Steam trades, resend trade offers.

Offers

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

Buy Orders

Create, update, and remove buy orders for items.

Deposit

Deposit Steam items onto the platform for selling.

User Account

Account info, balance, session management, and notifications.

User Settings

Manage email notifications, privacy, trade URL, and profile settings.

Two-Factor Auth

Set up and manage 2FA for enhanced account security.

Email Management

Change and validate email addresses.

User History

View sales statistics, balance, purchase, sales, and transaction history.

Cashout

Withdraw your balance via Payoneer or Tipalti.

Payment

Create payment deposits to add balance to your account.

Utilities

Trade URL validation, bot information, and platform details.

Public Data

Access public pricing data and recent sales information.

Supported Games

GameApp IDDescription
Team Fortress 2440Hats, weapons, unusuals, killstreaks, spells
Counter-Strike 2730Skins, stickers, keychains, wear values
Dota 2570Cosmetics, arcanas, immortals
Rust252490Skins and cosmetics

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?