Elegibilidad para trade, estado de lock, estado de Steam Guard: todo lo que un bot de trade necesita antes de abrir una ventana de trade.
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.
Antes de abrir una ventana de trade de Steam, quieres saber: ¿puede este usuario hacer trade ahora, está lockeado, tiene Steam Guard, está trade-banned? La Steam Trading API responde a todo esto en una sola solicitud.
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.