Documentation Index
Fetch the complete documentation index at: https://docs.mannco.store/llms.txt
Use this file to discover all available pages before exploring further.
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
- Get your API Key from your Mannco.store account settings
- Authenticate using
POST /user/loginwith your API key - Receive JWT token to use for all subsequent API calls
- 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
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
| Game | App ID | Description |
|---|---|---|
| Team Fortress 2 | 440 | Hats, weapons, unusuals, killstreaks, spells |
| Counter-Strike 2 | 730 | Skins, stickers, keychains, wear values |
| Dota 2 | 570 | Cosmetics, arcanas, immortals |
| Rust | 252490 | Skins 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?
- Website: mannco.store
- Discord: Join our Discord
- Support: Create a ticket through the website