Developer API

Steam Trade API for Trading Bots

Check trade eligibility, ban state, account locks and Steam Guard requirements before your bot starts a trade workflow.

Built for production

Production Steam trading signals from an established data platform.

Build safer trade eligibility checks and operational trading workflows around normalized Steam account data.

Trading platformMarketplaceRisk checksTrade automation
DATA

What you receive

Trade eligibility, account restrictions and the fields needed before initiating a marketplace workflow.

VERIFY

Inspect real data first

Open the bounded live market data pages to see response fields, sources and update times.

Explore live market data →
DEPLOY

Choose standard or custom delivery

Steam Trade API for Trading Bots endpoints

All endpoints return documented responses and use the same Steamwebapi key parameter.

GET /steam/api/profile/trade-eligibility

Steam Trade API for Trading Bots — quickstart

Use the same Steamwebapi key parameter as every other documented endpoint. Get an API key from the dashboard and send your first request in minutes.

  • One API key, documented responses.
  • Rate limits scale with your plan tier.
  • Full schema in the API Reference.
API Request
# curl with API key
curl -H "X-Api-Key: $KEY" "https://www.steamwebapi.com/steam/api/profile/trade-eligibility"
# PHP
$client = \Symfony\Component\HttpClient\HttpClient::create();
$res = $client->request('GET', 'https://www.steamwebapi.com/steam/api/profile/trade-eligibility', ['headers' => ['X-Api-Key' => $KEY]]);
$data = $res->toArray();
# Node.js
const r = await fetch(`https://www.steamwebapi.com/steam/api/profile/trade-eligibility`, { headers: { 'X-Api-Key': KEY } });
const data = await r.json();

About this API

Before a Steam trade bot opens a trade, it needs to know whether the account can trade, whether restrictions are active and whether Steam Guard requirements are met. The Steam Trade API provides that preflight data through a documented JSON endpoint.

Use it in marketplace risk checks, bot onboarding and trade workflows that need to reject an ineligible account before creating downstream work. This product checks eligibility and restrictions; it does not create, send or confirm trade offers.

For Steam Guard codes, steamLoginSecure sessions and mobile trade confirmations, use the separate Steam Guard API.

Steam Trade API for Trading Bots — FAQ

What does trade-eligibility return?

Trade ban status, Steam Guard requirement, lock state, days until trade restriction lifts (if applicable).

Is this real-time?

Yes — every check hits Steam fresh, with short-term caching server-side to absorb rate limits.

How does it differ from the Profile API?

Profile gives you the user's identity. Trade eligibility tells you whether they can trade right now.

Does the Steam Trade API create or confirm trade offers?

No. It provides trade eligibility and restriction checks for bot preflight workflows. Steam Guard code generation and mobile confirmation automation are covered by the separate Steam Guard API.

Start building with the Steam Trade API for Trading Bots

One key, every Steam endpoint.

Operational proof

The leading Steam data platform for production applications.

Established in 2018 and trusted by developers, marketplaces and trading platforms.

10,094 registered developer accounts
8 supported games
166,018 marketable items
14 active marketplaces
47,321,725 active listings
2018 operating since
Used across the Steam ecosystem Skinpull Esportfire Eliteskins RentSkins Botchicken
Direct support

Cannot find the right endpoint, data source or plan?

Tell the Steamwebapi team what you are building. A short sentence is enough — we will help you identify the right product and the simplest way to integrate it.

S
Steamwebapi team Product and integration support
Hi — what are you building, and what could you not find? Send us the question exactly as you have it.
Opens our existing live support chat.