get_draft_traded_picks
Retrieve traded-pick ownership for a Sleeper draft to track pick changes across rounds and owners, enabling reconstruction of the draft board after trades.
Instructions
Return traded-pick ownership specifically for one Sleeper draft.
Results identify each pick's season, round, original roster, previous owner, and current owner roster IDs. Obtain draft_id from get_league_drafts. Use with get_draft and get_draft_picks to reconstruct a draft board whose slots changed hands before or during the draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | Sleeper draft_id obtained from get_league_drafts. |