交易资格、锁定状态、Steam Guard 状态——交易机器人在打开交易窗口前所需的一切。
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 交易窗口之前,你想知道:这位用户现在能否交易,是否被锁定,是否启用了 Steam Guard,是否被交易封禁?Steam Trading API 在一次请求中回答以上所有问题。
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.