🎁 Bowie Knife | Autotronic (Field-Tested) 🎁
How to Enter:
1️⃣ Follow @MarketCSGO and @MarketCSGO_DEV
2️⃣ Retweet and like this post
3️⃣ Tag at least one teammate in the comments
⏰ Ends on June 8
🍀 Don't miss your chance to win these beautiful Falchion Knife! Good luck, everyone!
⚙️ June Website Update
Happy start of the long-awaited summer! We're welcoming the warm season with a large batch of useful improvements 🌸
✅Withdrawal
▫️Reduced the Steam withdrawal fee to 2% (and added the corresponding icon to the withdrawal page).
▫️MAX button: тow, clicking it enters the amount excluding your frozen balance.
▫️When linking or unlinking a phone number, you can now request a confirmation code again.
✅Item Sales
▫️Trade protection: added a trade protection status check button to the active trades page. This will help if the status didn't update automatically.
▫️Bulk sales: fixed a bug - now the price-setting window displays all selected skins, instead of just the first 15. When removing items, their status is now updated correctly.
▫️Sticker prices: sticker prices on the Steam Community Market are displayed correctly once again.
▫️Fixes: fixed filter resetting on the main page, incorrect tooltip text after trade protection ends, and the display of outdated trade statuses in the quick sales history.
✅Autobuy
▫️The autobuy button is now available on the item cards of absolutely all items.
▫️If an item has a Phase, it will be automatically filled in the auto-buy window.
▫️The window itself now explicitly states that the order will trigger for the cheapest item in this category.
✅Mobile Version
▫️Full control: when listing items for sale, the total value of the skins and the Market fee are now immediately displayed.
▫️Layout: skin type blocks (regular skins / Alfaskins), settings, and trading blocks now neatly adapt to the width of your smartphone screen.
✅General Improvements
▫️A filter reset button has been added to the transaction history (it shows up if the search yields no results).
▫️Removed the like/dislike buttons from system messages in support tickets. You can still rate responses from support agents!
▫️Translated new interface elements into other languages.
The next Market.CSGO update is coming very soon! Wishing you a sunny mood and profitable trades 💙
I'd like to welcome the worlds first AliExpress FN Souvenir Dragon Lore to the family.
This bad boy cost me the massive price of $41 aud (+ a FN Dlore)
CS2 shop in a couple of years 🙄
It’s the year 2028. @valvesoftware has completely removed the random drop system. Now, the in-game CS2 shop offers different limited-edition skins every week. You can’t resell them anymore. Counter-Strike has lost most of its player base...
How to Distinguish Alfaskins and Steam Items in the API 👀
Some API methods contain items from two different sources — Steam and Alfaskins. To distinguish them, we provide the source field in responses and input filter parameters in requests. If you don’t know what Alfaskins are, check the FAQ: https://t.co/EWAlFlzkkj
The source field in the response:
- STEAM — regular Steam item
- ALFASKIN — Alfaskin item
Example from the items response:
{
"item_id": "5712803716",
"market_hash_name": "AK-47 | Redline (Field-Tested)",
"price": "1600",
"currency": "RUB",
"source": "ALFASKIN"
}
Already available in these methods:
- items, history, full-export
- search-item-by-hash-name, search-item-by-hash-name-specific, search-list-items-by-hash-name-all
- the entire alfaskin-* group:
alfaskin-inventory, alfaskin-trades, alfaskin-add-to-sale, alfaskin-remove-from-sale
Input filtering parameters:
- buy_alfaskin=[0|1] — in buy / buy-for, whether Alfaskins should be included in automatic lot search
- with_alfaskins=[0|1] — in search-* methods
- auto_buy_alfa_skins=[0|1] — in set-order, whether auto-orders should trigger on Alfaskins (disabled by default)
We’re working on adding source support to other methods as well (buy, get-buy-info-by-custom-id, operation-history, trades, etc.). We’ll announce further updates separately 🤝