Skip to content

Adds Additional Trade History Params - #357

Merged
Step7750 merged 5 commits into
masterfrom
feature/trade-history-params
Nov 20, 2025
Merged

Step7750 merged 5 commits into
masterfrom
feature/trade-history-params

Conversation

@Step7750

@Step7750 Step7750 commented Nov 18, 2025

Copy link
Copy Markdown
Collaborator

Adds all known parameters supported by the GetTradeHistory endpoint on Steam.


Note

Adds optional query params to trade history fetching and includes time_init in trade history responses.

  • Trade history API:
    • Expand getTradeHistoryFromAPI(maxTrades, opts) to accept optional params: startAfterTime, startAfterTradeID, navigatingBack, getDescriptions, includeFailed, includeTotal, language, and build the request URL accordingly.
    • Map API response to include time_init in TradeHistoryStatus.
  • Bridge handlers:
    • Extend FetchTradeHistoryRequest with the same optional params and pass them to getTradeHistoryFromAPI.
    • Update TradeHistoryStatus interface to include time_init; HTML parser initializes it.

Written by Cursor Bugbot for commit 4080066. This will update automatically on new commits. Configure here.

Adds all known parameters supported by the `GetTradeHistory` endpoint on Steam.
Comment thread src/lib/alarms/trade_history.ts
Comment thread src/lib/alarms/trade_history.ts
@Step7750
Step7750 merged commit 6c60f8a into master Nov 20, 2025
3 checks passed
@Step7750
Step7750 deleted the feature/trade-history-params branch November 20, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants