mfl_pending_trades
Retrieve pending fantasy trades offered to you or by you in a league, with trade IDs, teams, assets involved, and expiration dates.
Instructions
Trades offered to you, and trades you have offered. Needs your cookie.
Returns: {pendingTrades:{pendingTrade:[{trade_id, offeringteam, willGiveUp, willReceive, expires}]}} — trade_id is what a response quotes. Draft picks appear as DP_/FP_ tokens and blind-bid dollars as BB_.
Example: What is on the table {"year": 2026, "L": "10005"}
Auth: works without a key; MFL_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| L | Yes | League id. | |
| JSON | No | Leave as-is. | |
| TYPE | No | Leave as-is. | pendingTrades |
| year | Yes | Season year. Required — part of the URL path. | |
| APIKEY | No | Read-only alternative to the cookie. | |
| FRANCHISE_ID | No | Commissioners only: whose pending trades to fetch. |