Get League Transactions
sleeper_get_league_transactionsGet all transactions (trades, waiver claims, free agent moves) for a specific week in a Sleeper league, including adds, drops, traded picks, and status.
Instructions
Get all transactions (trades, waiver claims, free agent adds/drops) for a specific round/week in a league.
Args:
league_id (string): The Sleeper league ID
round (number): The transaction round (corresponds to NFL week number)
Returns: List of transactions with type (trade/waiver/free_agent), adds, drops, traded picks, and status.
Examples:
"What trades happened in week 8 in league 123456?"
"Show all waiver claims for round 3"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| round | Yes | Transaction round (week number) | |
| league_id | Yes | Sleeper league ID |