espnfantasy_pending_transactions
Retrieve pending waiver claims and trade offers for an ESPN fantasy league. Returns the pendingTransactions list only when any are pending; the key is omitted when none exist.
Instructions
Pending/unprocessed transactions — waiver claims and trade offers awaiting processing (needs the private cookie in most leagues).
Returns: {pendingTransactions:[…]} when any are pending; the key is ABSENT (not an empty list) when there are none.
Example: Outstanding waiver claims / trade offers {"game": "ffl", "seasonId": 2018, "leagueId": 1234, "scoringPeriodId": 3}
Auth: works without a key; ESPN_FANTASY_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Fantasy game code. One of: ffl, flb, fba, fhl, wfba. | ffl |
| view | No | Leave as-is. | |
| leagueId | Yes | League id. Required — part of the URL path. | |
| seasonId | Yes | Season year (>= 2018). Required — part of the URL path. | |
| scoringPeriodId | No | Scoring period. |