coverage / tradeit
Tradeit.gg API
Tradeit's instant-trade bot inventory. Prices run above P2P spot — Skintick labels the market type so you can treat them correctly.
Tradeit.gg at a glance
Query Tradeit.gg through one endpoint
Tradeit.gg is available through the CS2 price API. Filter any price endpoint to this source with "markets": ["tradeit"], or omit the filter and get Tradeit.gg back beside every other marketplace in the same response.
curl https://api.skintick.io/v1/prices/latest \
-H "Authorization: Bearer skt_..." \
-H "Content-Type: application/json" \
-d '{
"items": ["AK-47 | Redline (Field-Tested)"],
"markets": ["tradeit"]
}'What Skintick returns for Tradeit.gg
Prices are the lowest current ask — the cheapest listing you could actually buy — as decimal strings in USD, never floats. Every row carries collected_at, source_updated_at, staleness_seconds, is_stale, is_outlier and a confidence tier — so Tradeit.gg prices are safe to combine with the other 15 sources without one bad row poisoning your pricing logic.
Tradeit is an instant-trade service: you trade against their bot stock, and convenience is priced in — asks typically run well above P2P marketplaces. Skintick exposes market_type on every row so consumers never mistake bot-inventory pricing for spot.
Coverage spans Tradeit's popular inventory, aggregated to one row per item name with total listing count.
Tradeit.gg compared to other markets we track
Fees and trade locks decide whether a headline price is actually the better deal. Skintick returns these through /v1/markets for every marketplace it currently tracks, so your spread math can account for them.
| market | type | seller fee | trade lock |
|---|---|---|---|
| Tradeit.gg | instant-trade bot inventory | in spread | none |
| Loot.farm | instant-trade bot inventory | in spread | none |
| Skinout | instant-trade bot inventory | in spread | 7d |
| Skinport | P2P marketplace | 12% | none |
| DMarket | P2P marketplace | 5% | 7d |
| Waxpeer | P2P marketplace | 5% | 7d |
Tradeit.gg API — FAQ
How do I get Tradeit.gg prices through an API?
Request any item from Skintick and Tradeit.gg comes back as one row alongside every other marketplace, keyed by Steam's canonical market_hash_name. Filter to it with "markets": ["tradeit"], or omit the filter to compare all 16 sources in a single call. A free key takes seconds and needs no card.
What does the Tradeit.gg price on Skintick represent?
The lowest current asking price — what you would actually pay for the cheapest listing. Every row also carries collected_at, source_updated_at, a staleness figure in seconds, and outlier and confidence flags, so your code can decide what to trust rather than guessing.
How often are Tradeit.gg prices updated?
~10 minutes, covering ~900 items from bot inventory. Because the age of every row is on the row itself, you never have to assume — check staleness_seconds and is_stale and apply your own threshold.
What fees does Tradeit.gg charge, and is there a trade lock?
Tradeit.gg charges no separate seller commission — its margin is built into the price it quotes, which is why its asks sit above the P2P books, and items are deliverable without a Steam trade hold. Skintick returns fees and lock days through /v1/markets so spread calculations can account for them.
Start querying Tradeit.gg
A free key returns Tradeit.gg and every other marketplace we track, 100 requests a day, no card.
Other sources
Ready to go live?
Free API key, no card. Full docs. First call in minutes.
Get a free API key