get_transactions
Fetch a league's waiver moves, trades, and FAAB bids for a specific round to build transaction reports, trade histories, or weekly summaries.
Instructions
Return a league's free-agent moves, waivers, and trades for a round.
Results identify added and dropped player IDs, involved roster IDs, status, timestamps, FAAB bids or transfers, and traded draft picks. Obtain league_id from get_user_leagues. Use for waiver reports, trade histories, FAAB analysis, and weekly transaction summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | Yes | Transaction round; for football this is the NFL week. Use get_sport_state for the current week. | |
| league_id | Yes | Sleeper league_id obtained from get_user_leagues. |