Trade eligibility, lock state, Steam Guard durumu — bir trade botun trade window açmadan önce ihtiyacı olan her şey.
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/profile/trade-eligibility
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
Steam trade window'u açmadan önce bilmek istersin: bu kullanıcı şu anda trade yapabilir mi, locked mı, Steam Guard'ı var mı, trade-banned mi? Steam Trading API bunlara tek request'te yanıt verir.
Trade ban status, Steam Guard requirement, lock state, days until trade restriction lifts (if applicable).
Yes — every check hits Steam fresh, with short-term caching server-side to absorb rate limits.
Profile gives you the user's identity. Trade eligibility tells you whether they can trade right now.
One key, every Steam endpoint.