Sync with Waxpeer session to auto-fill API key

Changelog

Wire and platform changes merchants should track. Breaking entries change required behavior.

2026-09

Docs relaunch

Non-breaking

Path-based docs replace ?method= URLs. Unique SEO per method, View as Markdown, /llms.txt, /llms-full.txt, and in-browser Try it via a CORS proxy. Old links redirect.

2026-03

Merchant Deposit v2

Non-breaking

Additive /v2/merchant/* endpoints: create deposit, load a user Steam inventory, create a Steam offer, deposit status, list deposits, webhooks and resend.

2026-01

POST /v1/buy bulk purchase

Non-breaking

Buy multiple items in one request. Each item succeeds or fails independently unless all is true. Prices are integer units (USD × 1000).

2025-11

POST /v1/update-account unified settings

Non-breaking

One call updates tradelink, Steam access token, proxy, Steam API key, and webhook — useful for partners managing accounts waiting on trade verification.

2025-10

POST /v1/user/steam-token required for online

Breaking

Steam API-key-only selling no longer works. Send a base64 Steam access token hourly or listings go offline and in-flight trades may stall.

2025-09

GET /v1/ready-to-transfer-p2p deprecated

Breaking

Do not poll this endpoint in new integrations. Connect to the trade websocket. The method remains only as a fallback for unstable networks.

2025-08

GET /v2/search-items-by-name

Non-breaking

Prefer v2. v1 remains but is the wrong default (no stickers / steam price). Shared 20 req/min rate limit for regular users.

2025-07

New Payout Scheme + is_released / release_date

Non-breaking

Funds from sales are credited 7 days after the item is delivered to the buyer. Until then, they remain in hold: visible on the trade page but unavailable for withdrawal. If the item is returned by the buyer (reason = "Reversed by buyer"), a 30% penalty is applied. New fields: is_released (boolean), release_date (timestamp).

2025-07

Trade lock: escrow_status

Non-breaking

sending

2025-06

POST /v1/force-check-trade

Non-breaking

Buyer or seller can force a status check, once per hour per trade based on last_updated.

2025-05

Steam top-up + Tron energy payments

Non-breaking

Top up a Steam wallet from Waxpeer balance, validate a login, read TRX price, and rent Tron energy.