Get Transactions
get_transactionsRetrieve your fantasy league's transaction log, including adds, drops, waiver claims, and trades. Filter by team or limit to see recent activity or check pending waiver status.
Instructions
League transaction log: adds, drops, waiver claims (including pending), and trades.
Use this for "who dropped X", "did my waiver claim go through", recent trades, or waiver activity. Newest first. A pending waiver claim has status PENDING; its processed field is when ESPN will run it (already executed claims/trades have processed set to when they ran). Lineup moves (bench/slot changes, not adds or drops) are hidden unless include_lineup_moves is true -- they rarely matter for these questions.
Args: team -- id or name/abbreviation (case-insensitive, partial name ok) to filter to one team's transactions, including trades where that team is the other side; omit for the whole league. limit -- 1 to 100, default 25.
Each row: id, type (WAIVER, FREEAGENT, TRADE, LINEUP, or DRAFT), status (e.g. PENDING, EXECUTED, DECLINED, VETOED), espn_type (ESPN's raw type, e.g. TRADE_ACCEPT), week, team (who initiated it), proposed/processed (UTC timestamps), bid (FAAB dollars, 0 if none), items (action ADD/DROP/ LINEUP/TRADE/DRAFT, player_id, name -- null if not in the player index -- position, pro_team, from_team/to_team, from_slot/to_slot), and a one-line summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| limit | No | ||
| include_lineup_moves | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||