sleeper_transactions
Retrieve weekly player transactions for a Sleeper league, including adds, drops, waivers, and trades. Specify league ID and week to see roster changes.
Instructions
Adds, drops, waiver claims and trades for one week.
Returns: [{transaction_id, type:'free_agent'|'waiver'|'trade', status, roster_ids:[int], adds:{player_id: roster_id}, drops:{player_id: roster_id}, draft_picks:[…], settings:{waiver_bid}, created}]
Example: Week 1 transactions {"league_id": "289646328504385536", "week": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | Week number. NOTE: returns the whole season's transactions in some leagues, not just this week. Required — part of the URL path. | |
| league_id | Yes | League id. Required — part of the URL path. |