yahoo_league_transactions
Retrieve Yahoo Fantasy league add/drop, waiver, and trade activity. See player moves, trade status, and FAAB bid amounts to guide your waiver claims.
Instructions
Adds, drops, waiver claims and trades across the league — who is doing what.
Returns: {fantasy_content:{league:[{league_key}, {transactions:{'0':{transaction:[{transaction_key, transaction_id, type:'add'|'drop'|'add/drop'|'trade'|'commish', status:'successful'|'pending', timestamp, faab_bid}, {players:{…}}]}, count}}]}} — SHAPE FROM VENDOR DOCS. faab_bid on successful claims is the market price of a player in your league — the single most useful input for bidding.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: League transactions {"leagueKey": "449.l.12345"}
Auth: needs your own key in YAHOO_CLIENT_ID or YAHOO_CLIENT_SECRET or YAHOO_REFRESH_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Leave as json. | json |
| leagueKey | Yes | League key. Required — part of the URL path. |