Skip to content

Conversation

@Step7750
Copy link
Member

@Step7750 Step7750 commented Nov 18, 2025

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.
@Step7750 Step7750 requested a review from GODrums November 18, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants