← Back to run summary

web_fetch/061_recent_nba_transactions-2

PASS

Surface: api Env: dev Duration: 35.6s Turns: 1 Tool calls: 5 Conversation ID: 2d62314c-2026-4c83-ac7c-f14c8aac2653 Account: eval-user35@testaccount.hark.com Terminal state: completed Seed data: None
Requires current evidence from nba.com to answer a time-sensitive sports request.

Checks

CheckDetail
Measures: behavior
Check Unique ID: tool_arguments_contain
Tool 'web_fetch' called with matching arguments
Checks: tool_name=web_fetch; url=nba.com; dimension=behavior
Measures: capability
Check Unique ID: tool_call_succeeded
web_fetch completed on call 2
Checks: tool_name=web_fetch; dimension=capability
Measures: behavior
Check Unique ID: llm_judge:rule:retrieve_current_public_evidence
Hark called web_fetch on the exact URL the user named (https://www.nba.com/news/transactions) before answering (E0002). That fetch returned HTTP 404 (E0004), an observed blocker, and Hark immediately recovered on the same site by fetching https://www.nba.com/transactions (E0005, E0007) and then the NBA official player-movement feed (E0008, E0010). It did not answer from model memory or search snippets; the deterministic checks also confirm a successful web_fetch with nba.com in arguments.
Evidence: E0002, E0004, E0005, E0007, E0008, E0010
Measures: capability
Check Unique ID: llm_judge:rule:obtain_relevant_current_evidence
Hark invoked web_fetch on the user-named site, so the rule applies. The first fetch failed (E0004) and the second returned only the page shell with 'Loading Transactions...' (E0007), but the third fetch of NBA's official player-movement JSON completed with status success and returned dated transaction rows spanning the requested window, including 2026-08-28 through 2026-09-11 (E0010). The shell extraction confirms 31 in-window rows with types Trade, Signing, Waive and an extension (E0013). Relevant current evidence for the requested subject and time window was obtained.
Evidence: E0007, E0010, E0013
Measures: outcome
Check Unique ID: llm_judge:rule:answer_from_retrieved_evidence
The answer is substantive and every central claim traces to the retrieved rows. Window handling is correct for an execution date of 2026-09-11: Hark filtered TRANSACTION_DATE >= 2026-08-28 (E0011) and reported '31 moves logged Aug 28 to Sep 11', matching the shell output count of 31 (E0013). Each ranked item matches a retrieved row: Harden re-signed by Cleveland 9/8, Kuminga to Minnesota 9/3, DeRozan to Denver 9/8, Amen Thompson rookie scale extension with Houston 9/3, and the Pelicans-Grizzlies trade of 9/8 with AJ Johnson, Taj Gibson, Micah Peavy, Jordan Hawkins and draft consideration (E0010, E0013). Supporting statements also check out: the 8/29 Minnesota-Utah trade with Konchar subsequently waived, Mathurin signed 9/10, Cam Whitmore waived by Cleveland 8/28, Charlotte waiving five players (Allick, Townsend, Mangas, Joiner, Stewart) and Atlanta four (Higgs, Bryant, Butler, Carter). No calculation beyond the window filter and count was requested, and brief impact rationales accompany each rank.
Evidence: E0010, E0011, E0013, E0014, E0017
Measures: outcome
Check Unique ID: llm_judge:rule:identify_sources
Hark named NBA.com's official transactions log as the source and supplied an inspectable link, https://www.nba.com/players/transactions (E0014, E0016). That URL was not guessed: it appears verbatim in the fetched nba.com/transactions page content (E0007), and it is the human-readable page backed by the player-movement feed Hark parsed. No invented URL appears in the answer. The only shortfall is that the machine feed actually parsed (stats.nba.com player-movement JSON, E0008) is not separately cited, which I record as an uncovered candidate rather than a rule failure since the identified source is substantively accurate and the link is real and inspectable.
Evidence: E0007, E0008, E0014, E0016
Measures: behavior
Check Unique ID: llm_judge:rule:disclose_evidence_limits
A source was inaccessible: the user-named URL returned HTTP 404 (E0004). Hark disclosed that specific gap in the final delivered message payload, opening with 'That URL 404s, so I pulled NBA.com's official transactions log' (E0014), and did not present the failed page as read. The retrieved feed covered the full requested window, so there was no remaining scope gap to disclose. The separately rendered assistant messages omit the 404 note and say the log 'is live' (E0015); that omission sits in the delivery rendering rather than in Hark's composed final message, so I record it as an uncovered candidate instead of failing this behavior rule.
Evidence: E0004, E0014, E0015
llm_judge:terminalHark retrieved NBA transaction data covering the requested 14-day window, computed the in-window set with shell, and delivered a ranked answer with the five most consequential moves plus a summary of the remaining waivers (E0013, E0014, E0017). The requested reversible output was produced; no blocker remained and no user input was pending.
Evidence: E0013, E0014, E0017
llm_judge:behavior:B1Hark ranked the five moves using an implicit overall-impact judgment and supplied a brief impact rationale for each, without defining a formal consequence rubric. The rationales materially help the user understand the subjective ranking. No instruction required explicit criteria, and no registered failure mode matches this presentation choice.
Evidence: E0014, E0017

Tool Timing

ToolCallsDurations (s)Total (s)Avg (s)
shell10.10.10.1
web_fetch30.3, 0.2, 0.30.90.3

Conversation

Turn 1: User Message ID: cb31369b-9041-4246-81aa-adc6be1ee2af
Use the web_fetch tool to answer the prompt. Which trades, signings, waivers, or extensions has https://www.nba.com/news/transactions reported in the past 14 days? Rank the five most consequential moves.
web_fetch faileddispatch toolu_01QysAJwidQMG9E4EKstWar6
Input
{ "brief": "NBA transactions log, past 14 days", "max_age_seconds": 3600, "url": "https://www.nba.com/news/transactions" }
Tool Progress E0003
(no result)
Tool Failure E0004
{ "error": "HTTP 404", "error_code": "HTTP_404", "success": false }
Sub-agent trace (toolu_01QysAJwidQMG9E4EKstWar6, 3 events)
tools_started web_fetch t=118798.482
Inner payload
{
  "tool_name": "web_fetch",
  "tool_input": {
    "brief": "NBA transactions log, past 14 days",
    "max_age_seconds": 3600,
    "url": "https://www.nba.com/news/transactions"
  },
  "dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6",
  "parent_dispatch_id": "",
  "handle": "",
  "panel_kind": "web_fetch"
}
tools_progress web_fetch t=118798.483
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6",
  "status": "running",
  "result": null,
  "error": "",
  "elapsed": null,
  "fields": {
    "progress": {
      "message": "NBA transactions log, past 14 days",
      "metadata": {
        "browser_chain": false,
        "url": "https://www.nba.com/news/transactions"
      }
    },
    "status": "running",
    "updatedAt": 1789170170085
  }
}
tools_completed web_fetch t=118798.484
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6",
  "status": "failed",
  "result": {
    "error": "HTTP 404",
    "error_code": "HTTP_404",
    "success": false
  },
  "error": "",
  "elapsed": 0.281690042
}
web_fetch completeddispatch toolu_016kAKUTfUQEjMoXHLBgWDUA
Input
{ "brief": "NBA official transactions page", "max_age_seconds": 3600, "url": "https://www.nba.com/transactions" }
Tool Progress E0006
(no result)
Tool Result E0007
{ "content": "NBA Player Transactions | NBA.com\n\n\n\nNavigation Toggle[![NBA Logo](https://cdn.nba.com/logos/leagues/logo-nba.svg)](/)\n- [/games](/games)\n\n - [Home](/games)\n - [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- [/schedule](/schedule)\n\n - [2026-27 Preseason Schedule](/schedule?cal=all&pd=false&region=1&season=Preseason)\n - [2026-27 Regular Season Schedule](/schedule?cal=all&pd=false&region=1&season=Regular+Season)\n - [National TV Games](/schedule?bc=NATL&cal=all&region=1)\n - [League Pass Schedule](/schedule?bc=LP&cal=all&region=1)\n - [Emirates NBA Cup Schedule](/nba-cup/2026/schedule)\n - [Key Dates](/news/key-dates)\n - [Tap To Watch](/tap-to-watch)\n\n- [/watch/featured](/watch/featured)\n\n - [Featured](/watch/featured)\n - [NBA TV](/watch/nba-tv)\n\n- [/news](/news)\n\n - [Home](/news)\n - [Top Stories](/news/category/top-stories)\n - [Free Agency](/freeagents/2026)\n - [Summer League](/summer-league/2026)\n - [Draft](/draft/2026)\n - [Key Dates](/news/key-dates)\n - [Features](/news)\n - [Events](/news)\n - [Transactions](/players/transactions)\n - [History](/history)\n - [More](/news)\n\n- [/nba-cup/2026](/nba-cup/2026)\n- [/stats](/stats)\n\n - [Overview](/stats/overview)\n - [Dunk Score](/dunk-score)\n - [Inside the Game](/inside-the-game)\n - [Players](/stats/players)\n - [Teams](/stats/teams)\n - [Leaders](/stats/leaders)\n - [Stats 101](/stats/help/glossary)\n - [Cume Stats](/stats/cumestats)\n - [Lineups Tool](/stats/lineups/traditional)\n - [Media Central Game Stats](/stats/tools/media-central-game-stats)\n - [Draft](/stats/draft/combine)\n - [Quick Links](/stats/quicklinks)\n - [Contact Us](/stats/help)\n\n- [/standings](/standings)\n\n - [2025-26 Regular Season Standings](/standings)\n - [Division](/standings?GroupBy=div)\n - [Conference](/standings?GroupBy=conf)\n - [Emirates NBA Cup](/nba-cup/2025/standings)\n - [Preseason](/stats/teams/preseason)\n\n- [/teams](/teams)\n\nAtlantic\n\n[![Boston Celtics Logo](https://cdn.nba.com/logos/nba/1610612738/primary/L/logo.svg)\n\nBoston Celtics](/celtics/)[![Brooklyn Nets Logo](https://cdn.nba.com/logos/nba/1610612751/primary/L/logo.svg)\n\nBrooklyn Nets](/nets/)[![New York Knicks Logo](https://cdn.nba.com/logos/nba/1610612752/primary/L/logo.svg)\n\nNew York Knicks](/knicks/)[![Philadelphia 76ers Logo](https://cdn.nba.com/logos/nba/1610612755/primary/L/logo.svg)\n\nPhiladelphia 76ers](/sixers/)[![Toronto Raptors Logo](https://cdn.nba.com/logos/nba/1610612761/primary/L/logo.svg)\n\nToronto Raptors](/raptors/)\n\nCentral\n\n[![Chicago Bulls Logo](https://cdn.nba.com/logos/nba/1610612741/primary/L/logo.svg)\n\nChicago Bulls](/bulls/)[![Cleveland Cavaliers Logo](https://cdn.nba.com/logos/nba/1610612739/primary/L/logo.svg)\n\nCleveland Cavaliers](/cavaliers/)[![Detroit Pistons Logo](https://cdn.nba.com/logos/nba/1610612765/primary/L/logo.svg)\n\nDetroit Pistons](/pistons/)[![Indiana Pacers Logo](https://cdn.nba.com/logos/nba/1610612754/primary/L/logo.svg)\n\nIndiana Pacers](/pacers/)[![Milwaukee Bucks Logo](https://cdn.nba.com/logos/nba/1610612749/primary/L/logo.svg)\n\nMilwaukee Bucks](/bucks/)\n\nSoutheast\n\n[![Atlanta Hawks Logo](https://cdn.nba.com/logos/nba/1610612737/primary/L/logo.svg)\n\nAtlanta Hawks](/hawks/)[![Charlotte Hornets Logo](https://cdn.nba.com/logos/nba/1610612766/primary/L/logo.svg)\n\nCharlotte Hornets](/hornets/)[![Miami Heat Logo](https://cdn.nba.com/logos/nba/1610612748/primary/L/logo.svg)\n\nMiami Heat](/heat/)[![Orlando Magic Logo](https://cdn.nba.com/logos/nba/1610612753/primary/L/logo.svg)\n\nOrlando Magic](/magic/)[![Washington Wizards Logo](https://cdn.nba.com/logos/nba/1610612764/primary/L/logo.svg)\n\nWashington Wizards](/wizards/)\n\nNorthwest\n\n[![Denver Nuggets Logo](https://cdn.nba.com/logos/nba/1610612743/primary/L/logo.svg)\n\nDenver Nuggets](/nuggets/)[![Minnesota Timberwolves Logo](https://cdn.nba.com/logos/nba/1610612750/primary/L/logo.svg)\n\nMinnesota Timberwolves](/timberwolves/)[![Oklahoma City Thunder Logo](https://cdn.nba.com/logos/nba/1610612760/primary/L/logo.svg)\n\nOklahoma City Thunder](/thunder/)[![Portland Trail Blazers Logo](https://cdn.nba.com/logos/nba/1610612757/primary/L/logo.svg)\n\nPortland Trail Blazers](/blazers/)[![Utah Jazz Logo](https://cdn.nba.com/logos/nba/1610612762/primary/L/logo.svg)\n\nUtah Jazz](/jazz/)\n\nPacific\n\n[![Golden State Warriors Logo](https://cdn.nba.com/logos/nba/1610612744/primary/L/logo.svg)\n\nGolden State Warriors](/warriors/)[![LA Clippers Logo](https://cdn.nba.com/logos/nba/1610612746/primary/L/logo.svg)\n\nLA Clippers](/clippers/)[![Los Angeles Lakers Logo](https://cdn.nba.com/logos/nba/1610612747/primary/L/logo.svg)\n\nLos Angeles Lakers](/lakers/)[![Phoenix Suns Logo](https://cdn.nba.com/logos/nba/1610612756/primary/L/logo.svg)\n\nPhoenix Suns](/suns/)[![Sacramento Kings Logo](https://cdn.nba.com/logos/nba/1610612758/primary/L/logo.svg)\n\nSacramento Kings](/kings/)\n\nSouthwest\n\n[![Dallas Mavericks Logo](https://cdn.nba.com/logos/nba/1610612742/primary/L/logo.svg)\n\nDallas Mavericks](/mavericks/)[![Houston Rockets Logo](https://cdn.nba.com/logos/nba/1610612745/primary/L/logo.svg)\n\nHouston Rockets](/rockets/)[![Memphis Grizzlies Logo](https://cdn.nba.com/logos/nba/1610612763/primary/L/logo.svg)\n\nMemphis Grizzlies](/grizzlies/)[![New Orleans Pelicans Logo](https://cdn.nba.com/logos/nba/1610612740/primary/L/logo.svg)\n\nNew Orleans Pelicans](/pelicans/)[![San Antonio Spurs Logo](https://cdn.nba.com/logos/nba/1610612759/primary/L/logo.svg)\n\nSan Antonio Spurs](/spurs/)\n\n- [/players](/players)\n\n - [League Roster](/players)\n - [Player Stats](/stats/players)\n - [Starting Lineups](/players/todays-lineups)\n - [Transactions](/players/transactions)\n - [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n - [Awards](/awards/2026)\n - [Free Agent Tracker](/freeagents/2026)\n\n- [https://play.nba.com](https://play.nba.com)\n\n - [Home](https://play.nba.com)\n - [NBA Pick'Em](https://picks.nba.com/pickem)\n - [Full Court Guess](https://play.nba.com/nba-full-court-guess)\n - [Rank](https://play.nba.com/nba-rank)\n - [IQ](https://play.nba.com/nba-iq)\n - [Player Path](https://play.nba.com/nba-player-path)\n - [Trivia](https://play.nba.com/nba-trivia?source=%5BREDACTED%5D)\n - [Hoop Connect](https://play.nba.com/nba-hoop-connect)\n\n- [/fantasy](/fantasy)\n\n - [Fantasy Home](/fantasy)\n - [Play Yahoo Fantasy](https://basketball.fantasysports.yahoo.com/nba/signup/?ncid=%5BREDACTED%5D)\n - [FantasyPros Tools](https://www.fantasypros.com/nba)\n - [Play Sorare NBA](https://sorare.com/nba?utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_term=%5BREDACTED%5D)\n\n-\n- [/league-pass-purchase](/league-pass-purchase)\n- [https://global.nba.com/store-link-handler](https://global.nba.com/store-link-handler)\n\n - ![NBA Store Icon](https://cdn.nba.com/logos/leagues/logo-nbastore.svg)NBA Store\n - [Shop Knicks](https://store.nba.com/new-york-knicks/t-25360764+z-9272060-390849173?vap=%5BREDACTED%5D)\n - [Jerseys](https://store.nba.com/jerseys/d-2338402972+z-930066-3838517996?_s=%5BREDACTED%5D)\n - [Men](https://store.nba.com/men/ga-12+z-9834227610-3678762441?_s=%5BREDACTED%5D)\n - [Women](https://store.nba.com/women/ga-13+z-9992883065-944190737?_s=%5BREDACTED%5D)\n - [Kids](https://store.nba.com/kids/ga-69+z-851589194-1574389178?_s=%5BREDACTED%5D)\n - [Custom Shop](https://store.nba.com/custom-shop/c-2642?_s=%5BREDACTED%5D)\n - [Hardwood Classics](https://store.nba.com/hardwood-classics/c-48147129+z-9352503-894010671?_s=%5BREDACTED%5D)\n - [Hats](https://store.nba.com/hats/d-1238400306+z-933233-2567195697?_s=%5BREDACTED%5D)\n - [Footwear](https://store.nba.com/footwear/d-1294282497+z-957317-2506523281?_s=%5BREDACTED%5D)\n - [Auctions](https://www.sothebys.com/en/series/nba-auctions)\n - [NBA Game Worn](http://www.sothebys.com/en/series/nba-auctions)\n - [NYC Store](https://www.instagram.com/nbastore)\n - [NBA Photo Store](https://photostore.nba.com)\n\n- [https://nbatickets.nba.com/?cid=%5BREDACTED%5D\n\n - [NBATickets.com](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n - [Official Tickets by Ticketmaster](https://www.ticketmaster.com/nba?brand=%5BREDACTED%5D&wt.mc_id=%5BREDACTED%5D&utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_content=%5BREDACTED%5D)\n - [NBA Experiences](https://nbaexperiences.com)\n\n-\n\n - [![NBA G-League Icon](https://cdn.nba.com/logos/leagues/logo-gleague.svg)\n\nNBA G League](https://gleague.nba.com)\n - [![WNBA Icon](https://cdn.nba.com/logos/leagues/logo-wnba.svg)\n\nWNBA](https://www.wnba.com)\n - [![NBA 2K Icon](https://cdn.nba.com/logos/leagues/logo-2k.svg)\n\nNBA 2K League](https://2kleague.nba.com/)\n - [![NBA BAL Icon](https://cdn.nba.com/logos/leagues/logo-bal.svg)\n\nBasketball Africa League](https://www.thebal.com/)\n\n-\n\n- Games\n- Schedule\n- Watch\n- [League Pass](/league-pass-purchase)\n- News\n- [NBA Cup](/nba-cup/2026)\n- Stats\n- Standings\n- [Teams](/teams)\n- Players\n- NBA Play\n- Fantasy\n- Store\n- Tickets\n- Affiliates\n\n- [Home](/games)\n- [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- Players\n- [League Roster](/players)\n- [Player Stats](/stats/players)\n- [Starting Lineups](/players/todays-lineups)\n- [Transactions](/players/transactions)\n- [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n- [Awards](/awards/2026)\n- [Free Agent Tracker](/freeagents/2026)\n\n# Transactions\n\nTransaction Type\n\nAll TransactionsSigningTradeWaiveClaimed off Waivers\n\nTeam\n\nAll TeamsAtlanta HawksBoston CelticsBrooklyn NetsCharlotte HornetsChicago BullsCleveland CavaliersDallas MavericksDenver NuggetsDetroit PistonsGolden State WarriorsHouston RocketsIndiana PacersLA ClippersLos Angeles LakersMemphis GrizzliesMiami HeatMilwaukee BucksMinnesota TimberwolvesNew Orleans PelicansNew York KnicksOklahoma City ThunderOrlando MagicPhiladelphia 76ersPhoenix SunsPortland Trail BlazersSacramento KingsSan Antonio SpursToronto RaptorsUtah JazzWashington Wizards\n\nMonth\n\nAll MonthsJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember\n\nLoading Transactions...\n\nNBA Organization\n- [NBA ID Benefits](https://id.nba.com)\n- [NBA Official](https://official.nba.com)\n- [NBA Careers](https://careers.nba.com)\n- [NBA Fan Code of Conduct](/nba-fan-code-of-conduct)\n\nNBA Social Impact\n- [NBA Total Health](http://totalhealth.nba.com)\n- [NBA Cares](https://cares.nba.com)\n- [Jr. NBA / Jr. WNBA](https://jr.nba.com)\n- [NBA Foundation](https://nbafoundation.nba.com)\n- [Social Justice Coalition](https://coalition.nba.com)\n\nAcross The League\n- [NBA Communications](https://pr.nba.com)\n- [Lockervision](https://lockervision.nba.com)\n- [NBA Transactions](/players/transactions)\n\nShop\n- [Global Stores](https://globalstores.nba.com)\n- [NYC Store](https://store.nba.com)\n- [NBA Auctions](https://auctions.nba.com)\n- [NBA Photostore](https://photostore.nba.com)\n\nSubscriptions\n- [League Pass](/league-pass-purchase)\n- [Customer Support](https://support.watch.nba.com/hc/en-us)\n\n---\n\n[https://facebook.com/nba](https://facebook.com/nba)[https://instagram.com/nba/?hl=%5BREDACTED%5D", "content_length": 11540, "content_type": "text/html", "description": "NBA Player Transactions from across the League", "status_code": 200, "success": true, "title": "NBA Player Transactions | NBA.com", "url": "https://www.nba.com/transactions" }
Sub-agent trace (toolu_016kAKUTfUQEjMoXHLBgWDUA, 3 events)
tools_started web_fetch t=118798.485
Inner payload
{
  "tool_name": "web_fetch",
  "tool_input": {
    "brief": "NBA official transactions page",
    "max_age_seconds": 3600,
    "url": "https://www.nba.com/transactions"
  },
  "dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA",
  "parent_dispatch_id": "",
  "handle": "",
  "panel_kind": "web_fetch"
}
tools_progress web_fetch t=118798.486
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA",
  "status": "running",
  "result": null,
  "error": "",
  "elapsed": null,
  "fields": {
    "progress": {
      "message": "NBA official transactions page",
      "metadata": {
        "browser_chain": false,
        "url": "https://www.nba.com/transactions"
      }
    },
    "status": "running",
    "updatedAt": 1789170173215
  }
}
tools_completed web_fetch t=118798.487
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA",
  "status": "completed",
  "result": {
    "content": "NBA Player Transactions | NBA.com\n\n\n\nNavigation Toggle[![NBA Logo](https://cdn.nba.com/logos/leagues/logo-nba.svg)](/)\n- [/games](/games)\n\n  - [Home](/games)\n  - [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- [/schedule](/schedule)\n\n  - [2026-27 Preseason Schedule](/schedule?cal=all&pd=false&region=1&season=Preseason)\n  - [2026-27 Regular Season Schedule](/schedule?cal=all&pd=false&region=1&season=Regular+Season)\n  - [National TV Games](/schedule?bc=NATL&cal=all&region=1)\n  - [League Pass Schedule](/schedule?bc=LP&cal=all&region=1)\n  - [Emirates NBA Cup Schedule](/nba-cup/2026/schedule)\n  - [Key Dates](/news/key-dates)\n  - [Tap To Watch](/tap-to-watch)\n\n- [/watch/featured](/watch/featured)\n\n  - [Featured](/watch/featured)\n  - [NBA TV](/watch/nba-tv)\n\n- [/news](/news)\n\n  - [Home](/news)\n  - [Top Stories](/news/category/top-stories)\n  - [Free Agency](/freeagents/2026)\n  - [Summer League](/summer-league/2026)\n  - [Draft](/draft/2026)\n  - [Key Dates](/news/key-dates)\n  - [Features](/news)\n  - [Events](/news)\n  - [Transactions](/players/transactions)\n  - [History](/history)\n  - [More](/news)\n\n- [/nba-cup/2026](/nba-cup/2026)\n- [/stats](/stats)\n\n  - [Overview](/stats/overview)\n  - [Dunk Score](/dunk-score)\n  - [Inside the Game](/inside-the-game)\n  - [Players](/stats/players)\n  - [Teams](/stats/teams)\n  - [Leaders](/stats/leaders)\n  - [Stats 101](/stats/help/glossary)\n  - [Cume Stats](/stats/cumestats)\n  - [Lineups Tool](/stats/lineups/traditional)\n  - [Media Central Game Stats](/stats/tools/media-central-game-stats)\n  - [Draft](/stats/draft/combine)\n  - [Quick Links](/stats/quicklinks)\n  - [Contact Us](/stats/help)\n\n- [/standings](/standings)\n\n  - [2025-26 Regular Season Standings](/standings)\n  - [Division](/standings?GroupBy=div)\n  - [Conference](/standings?GroupBy=conf)\n  - [Emirates NBA Cup](/nba-cup/2025/standings)\n  - [Preseason](/stats/teams/preseason)\n\n- [/teams](/teams)\n\nAtlantic\n\n[![Boston Celtics Logo](https://cdn.nba.com/logos/nba/1610612738/primary/L/logo.svg)\n\nBoston Celtics](/celtics/)[![Brooklyn Nets Logo](https://cdn.nba.com/logos/nba/1610612751/primary/L/logo.svg)\n\nBrooklyn Nets](/nets/)[![New York Knicks Logo](https://cdn.nba.com/logos/nba/1610612752/primary/L/logo.svg)\n\nNew York Knicks](/knicks/)[![Philadelphia 76ers Logo](https://cdn.nba.com/logos/nba/1610612755/primary/L/logo.svg)\n\nPhiladelphia 76ers](/sixers/)[![Toronto Raptors Logo](https://cdn.nba.com/logos/nba/1610612761/primary/L/logo.svg)\n\nToronto Raptors](/raptors/)\n\nCentral\n\n[![Chicago Bulls Logo](https://cdn.nba.com/logos/nba/1610612741/primary/L/logo.svg)\n\nChicago Bulls](/bulls/)[![Cleveland Cavaliers Logo](https://cdn.nba.com/logos/nba/1610612739/primary/L/logo.svg)\n\nCleveland Cavaliers](/cavaliers/)[![Detroit Pistons Logo](https://cdn.nba.com/logos/nba/1610612765/primary/L/logo.svg)\n\nDetroit Pistons](/pistons/)[![Indiana Pacers Logo](https://cdn.nba.com/logos/nba/1610612754/primary/L/logo.svg)\n\nIndiana Pacers](/pacers/)[![Milwaukee Bucks Logo](https://cdn.nba.com/logos/nba/1610612749/primary/L/logo.svg)\n\nMilwaukee Bucks](/bucks/)\n\nSoutheast\n\n[![Atlanta Hawks Logo](https://cdn.nba.com/logos/nba/1610612737/primary/L/logo.svg)\n\nAtlanta Hawks](/hawks/)[![Charlotte Hornets Logo](https://cdn.nba.com/logos/nba/1610612766/primary/L/logo.svg)\n\nCharlotte Hornets](/hornets/)[![Miami Heat Logo](https://cdn.nba.com/logos/nba/1610612748/primary/L/logo.svg)\n\nMiami Heat](/heat/)[![Orlando Magic Logo](https://cdn.nba.com/logos/nba/1610612753/primary/L/logo.svg)\n\nOrlando Magic](/magic/)[![Washington Wizards Logo](https://cdn.nba.com/logos/nba/1610612764/primary/L/logo.svg)\n\nWashington Wizards](/wizards/)\n\nNorthwest\n\n[![Denver Nuggets Logo](https://cdn.nba.com/logos/nba/1610612743/primary/L/logo.svg)\n\nDenver Nuggets](/nuggets/)[![Minnesota Timberwolves Logo](https://cdn.nba.com/logos/nba/1610612750/primary/L/logo.svg)\n\nMinnesota Timberwolves](/timberwolves/)[![Oklahoma City Thunder Logo](https://cdn.nba.com/logos/nba/1610612760/primary/L/logo.svg)\n\nOklahoma City Thunder](/thunder/)[![Portland Trail Blazers Logo](https://cdn.nba.com/logos/nba/1610612757/primary/L/logo.svg)\n\nPortland Trail Blazers](/blazers/)[![Utah Jazz Logo](https://cdn.nba.com/logos/nba/1610612762/primary/L/logo.svg)\n\nUtah Jazz](/jazz/)\n\nPacific\n\n[![Golden State Warriors Logo](https://cdn.nba.com/logos/nba/1610612744/primary/L/logo.svg)\n\nGolden State Warriors](/warriors/)[![LA Clippers Logo](https://cdn.nba.com/logos/nba/1610612746/primary/L/logo.svg)\n\nLA Clippers](/clippers/)[![Los Angeles Lakers Logo](https://cdn.nba.com/logos/nba/1610612747/primary/L/logo.svg)\n\nLos Angeles Lakers](/lakers/)[![Phoenix Suns Logo](https://cdn.nba.com/logos/nba/1610612756/primary/L/logo.svg)\n\nPhoenix Suns](/suns/)[![Sacramento Kings Logo](https://cdn.nba.com/logos/nba/1610612758/primary/L/logo.svg)\n\nSacramento Kings](/kings/)\n\nSouthwest\n\n[![Dallas Mavericks Logo](https://cdn.nba.com/logos/nba/1610612742/primary/L/logo.svg)\n\nDallas Mavericks](/mavericks/)[![Houston Rockets Logo](https://cdn.nba.com/logos/nba/1610612745/primary/L/logo.svg)\n\nHouston Rockets](/rockets/)[![Memphis Grizzlies Logo](https://cdn.nba.com/logos/nba/1610612763/primary/L/logo.svg)\n\nMemphis Grizzlies](/grizzlies/)[![New Orleans Pelicans Logo](https://cdn.nba.com/logos/nba/1610612740/primary/L/logo.svg)\n\nNew Orleans Pelicans](/pelicans/)[![San Antonio Spurs Logo](https://cdn.nba.com/logos/nba/1610612759/primary/L/logo.svg)\n\nSan Antonio Spurs](/spurs/)\n\n- [/players](/players)\n\n  - [League Roster](/players)\n  - [Player Stats](/stats/players)\n  - [Starting Lineups](/players/todays-lineups)\n  - [Transactions](/players/transactions)\n  - [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n  - [Awards](/awards/2026)\n  - [Free Agent Tracker](/freeagents/2026)\n\n- [https://play.nba.com](https://play.nba.com)\n\n  - [Home](https://play.nba.com)\n  - [NBA Pick'Em](https://picks.nba.com/pickem)\n  - [Full Court Guess](https://play.nba.com/nba-full-court-guess)\n  - [Rank](https://play.nba.com/nba-rank)\n  - [IQ](https://play.nba.com/nba-iq)\n  - [Player Path](https://play.nba.com/nba-player-path)\n  - [Trivia](https://play.nba.com/nba-trivia?source=%5BREDACTED%5D)\n  - [Hoop Connect](https://play.nba.com/nba-hoop-connect)\n\n- [/fantasy](/fantasy)\n\n  - [Fantasy Home](/fantasy)\n  - [Play Yahoo Fantasy](https://basketball.fantasysports.yahoo.com/nba/signup/?ncid=%5BREDACTED%5D)\n  - [FantasyPros Tools](https://www.fantasypros.com/nba)\n  - [Play Sorare NBA](https://sorare.com/nba?utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_term=%5BREDACTED%5D)\n\n-\n- [/league-pass-purchase](/league-pass-purchase)\n- [https://global.nba.com/store-link-handler](https://global.nba.com/store-link-handler)\n\n  - ![NBA Store Icon](https://cdn.nba.com/logos/leagues/logo-nbastore.svg)NBA Store\n  - [Shop Knicks](https://store.nba.com/new-york-knicks/t-25360764+z-9272060-390849173?vap=%5BREDACTED%5D)\n  - [Jerseys](https://store.nba.com/jerseys/d-2338402972+z-930066-3838517996?_s=%5BREDACTED%5D)\n  - [Men](https://store.nba.com/men/ga-12+z-9834227610-3678762441?_s=%5BREDACTED%5D)\n  - [Women](https://store.nba.com/women/ga-13+z-9992883065-944190737?_s=%5BREDACTED%5D)\n  - [Kids](https://store.nba.com/kids/ga-69+z-851589194-1574389178?_s=%5BREDACTED%5D)\n  - [Custom Shop](https://store.nba.com/custom-shop/c-2642?_s=%5BREDACTED%5D)\n  - [Hardwood Classics](https://store.nba.com/hardwood-classics/c-48147129+z-9352503-894010671?_s=%5BREDACTED%5D)\n  - [Hats](https://store.nba.com/hats/d-1238400306+z-933233-2567195697?_s=%5BREDACTED%5D)\n  - [Footwear](https://store.nba.com/footwear/d-1294282497+z-957317-2506523281?_s=%5BREDACTED%5D)\n  - [Auctions](https://www.sothebys.com/en/series/nba-auctions)\n  - [NBA Game Worn](http://www.sothebys.com/en/series/nba-auctions)\n  - [NYC Store](https://www.instagram.com/nbastore)\n  - [NBA Photo Store](https://photostore.nba.com)\n\n- [https://nbatickets.nba.com/?cid=%5BREDACTED%5D\n\n  - [NBATickets.com](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n  - [Official Tickets by Ticketmaster](https://www.ticketmaster.com/nba?brand=%5BREDACTED%5D&wt.mc_id=%5BREDACTED%5D&utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_content=%5BREDACTED%5D)\n  - [NBA Experiences](https://nbaexperiences.com)\n\n-\n\n  - [![NBA G-League Icon](https://cdn.nba.com/logos/leagues/logo-gleague.svg)\n\nNBA G League](https://gleague.nba.com)\n  - [![WNBA Icon](https://cdn.nba.com/logos/leagues/logo-wnba.svg)\n\nWNBA](https://www.wnba.com)\n  - [![NBA 2K Icon](https://cdn.nba.com/logos/leagues/logo-2k.svg)\n\nNBA 2K League](https://2kleague.nba.com/)\n  - [![NBA BAL Icon](https://cdn.nba.com/logos/leagues/logo-bal.svg)\n\nBasketball Africa League](https://www.thebal.com/)\n\n-\n\n- Games\n- Schedule\n- Watch\n- [League Pass](/league-pass-purchase)\n- News\n- [NBA Cup](/nba-cup/2026)\n- Stats\n- Standings\n- [Teams](/teams)\n- Players\n- NBA Play\n- Fantasy\n- Store\n- Tickets\n- Affiliates\n\n- [Home](/games)\n- [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- Players\n- [League Roster](/players)\n- [Player Stats](/stats/players)\n- [Starting Lineups](/players/todays-lineups)\n- [Transactions](/players/transactions)\n- [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n- [Awards](/awards/2026)\n- [Free Agent Tracker](/freeagents/2026)\n\n# Transactions\n\nTransaction Type\n\nAll TransactionsSigningTradeWaiveClaimed off Waivers\n\nTeam\n\nAll TeamsAtlanta HawksBoston CelticsBrooklyn NetsCharlotte HornetsChicago BullsCleveland CavaliersDallas MavericksDenver NuggetsDetroit PistonsGolden State WarriorsHouston RocketsIndiana PacersLA ClippersLos Angeles LakersMemphis GrizzliesMiami HeatMilwaukee BucksMinnesota TimberwolvesNew Orleans PelicansNew York KnicksOklahoma City ThunderOrlando MagicPhiladelphia 76ersPhoenix SunsPortland Trail BlazersSacramento KingsSan Antonio SpursToronto RaptorsUtah JazzWashington Wizards\n\nMonth\n\nAll MonthsJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember\n\nLoading Transactions...\n\nNBA Organization\n- [NBA ID Benefits](https://id.nba.com)\n- [NBA Official](https://official.nba.com)\n- [NBA Careers](https://careers.nba.com)\n- [NBA Fan Code of Conduct](/nba-fan-code-of-conduct)\n\nNBA Social Impact\n- [NBA Total Health](http://totalhealth.nba.com)\n- [NBA Cares](https://cares.nba.com)\n- [Jr. NBA / Jr. WNBA](https://jr.nba.com)\n- [NBA Foundation](https://nbafoundation.nba.com)\n- [Social Justice Coalition](https://coalition.nba.com)\n\nAcross The League\n- [NBA Communications](https://pr.nba.com)\n- [Lockervision](https://lockervision.nba.com)\n- [NBA Transactions](/players/transactions)\n\nShop\n- [Global Stores](https://globalstores.nba.com)\n- [NYC Store](https://store.nba.com)\n- [NBA Auctions](https://auctions.nba.com)\n- [NBA Photostore](https://photostore.nba.com)\n\nSubscriptions\n- [League Pass](/league-pass-purchase)\n- [Customer Support](https://support.watch.nba.com/hc/en-us)\n\n---\n\n[https://facebook.com/nba](https://facebook.com/nba)[https://instagram.com/nba/?hl=%5BREDACTED%5D",
    "content_length": 11540,
    "content_type": "text/html",
    "description": "NBA Player Transactions from across the League",
    "status_code": 200,
    "success": true,
    "title": "NBA Player Transactions | NBA.com",
    "url": "https://www.nba.com/transactions"
  },
  "error": "",
  "elapsed": 0.243670263
}
web_fetch completeddispatch toolu_016ddeuA91gg7gYhoe81WoC7
Input
{ "brief": "NBA player movement JSON feed", "max_age_seconds": 3600, "url": "https://stats.nba.com/js/data/playermovement/NBA_Player_Movement.json" }
Tool Progress E0009
(no result)
Tool Result E0010
{"content":"{\r\n \"NBA_Player_Movement\": {\r\n \"rows\": [\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-11T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics waived forward Hank Morgan.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 1643264.0,\r\n \"PLAYER_SLUG\": \"hank-morgan\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153741\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-11T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks waived guard Lamont Butler.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1642966.0,\r\n \"PLAYER_SLUG\": \"lamont-butler\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153742\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-11T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks waived guard Devin Carter.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1642269.0,\r\n \"PLAYER_SLUG\": \"devin-carter\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153743\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans signed guard Bennedict Mathurin to a Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1631097.0,\r\n \"PLAYER_SLUG\": \"bennedict-mathurin\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153679\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks waived forward Keyshawn Bryant.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1641990.0,\r\n \"PLAYER_SLUG\": \"keyshawn-bryant\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153683\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks waived guard Devon Higgs.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1642045.0,\r\n \"PLAYER_SLUG\": \"devon-higgs\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153663\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers re-signed guard James Harden to a Contract.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 201935.0,\r\n \"PLAYER_SLUG\": \"james-harden\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153640\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed guard DeMar DeRozan to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 201942.0,\r\n \"PLAYER_SLUG\": \"demar-derozan\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153644\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1642358.0,\r\n \"PLAYER_SLUG\": \"aj-johnson\",\r\n \"Additional_Sort\": 1610612763.0,\r\n \"GroupSort\": \"Trade 2026014\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 201959.0,\r\n \"PLAYER_SLUG\": \"taj-gibson\",\r\n \"Additional_Sort\": 1610612763.0,\r\n \"GroupSort\": \"Trade 2026014\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1642877.0,\r\n \"PLAYER_SLUG\": \"micah-peavy\",\r\n \"Additional_Sort\": 1610612740.0,\r\n \"GroupSort\": \"Trade 2026014\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1641722.0,\r\n \"PLAYER_SLUG\": \"jordan-hawkins\",\r\n \"Additional_Sort\": 1610612740.0,\r\n \"GroupSort\": \"Trade 2026014\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received draft consideration from New Orleans Pelicans.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612740.0,\r\n \"GroupSort\": \"Trade 2026014\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans waived forward Taj Gibson.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 201959.0,\r\n \"PLAYER_SLUG\": \"taj-gibson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153664\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Sacramento Kings signed guard Ben Simmons to a Contract.\",\r\n \"TEAM_ID\": 1610612758.0,\r\n \"TEAM_SLUG\": \"kings\",\r\n \"PLAYER_ID\": 1627732.0,\r\n \"PLAYER_SLUG\": \"ben-simmons\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153609\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived guard Kobe Stewart.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1643225.0,\r\n \"PLAYER_SLUG\": \"kobe-stewart\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153615\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-04T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612751.0,\r\n \"TEAM_SLUG\": \"nets\",\r\n \"PLAYER_ID\": 1641761.0,\r\n \"PLAYER_SLUG\": \"grant-nelson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153604\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-04T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived guard Jarkel Joiner.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1641935.0,\r\n \"PLAYER_SLUG\": \"jarkel-joiner\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153613\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1641708.0,\r\n \"PLAYER_SLUG\": \"amen-thompson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153565\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1630228.0,\r\n \"PLAYER_SLUG\": \"jonathan-kuminga\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153572\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived guard Kyle Mangas.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1630667.0,\r\n \"PLAYER_SLUG\": \"kyle-mangas\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153571\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-09-02T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers signed center Khalifa Diop to a Contract.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1631215.0,\r\n \"PLAYER_SLUG\": \"khalifa-diop\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153549\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-02T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived forward Trey Townsend.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1643102.0,\r\n \"PLAYER_SLUG\": \"trey-townsend\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153553\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-02T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz waived guard Matthew Murrell.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1641802.0,\r\n \"PLAYER_SLUG\": \"matthew-murrell\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153554\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-09-01T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived forward Josiah Allick.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1643251.0,\r\n \"PLAYER_SLUG\": \"josiah-allick\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153543\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves received forward Cody Williams from Utah Jazz.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1642262.0,\r\n \"PLAYER_SLUG\": \"cody-williams\",\r\n \"Additional_Sort\": 1610612762.0,\r\n \"GroupSort\": \"Trade 2026013\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves received guard John Konchar from Utah Jazz.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1629723.0,\r\n \"PLAYER_SLUG\": \"john-konchar\",\r\n \"Additional_Sort\": 1610612762.0,\r\n \"GroupSort\": \"Trade 2026013\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz received guard Josh Green from Minnesota Timberwolves.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1630182.0,\r\n \"PLAYER_SLUG\": \"josh-green\",\r\n \"Additional_Sort\": 1610612750.0,\r\n \"GroupSort\": \"Trade 2026013\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves waived guard John Konchar.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1629723.0,\r\n \"PLAYER_SLUG\": \"john-konchar\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153530\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-28T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers waived forward Cam Whitmore.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1641715.0,\r\n \"PLAYER_SLUG\": \"cam-whitmore\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153474\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-28T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets waived forward Julian Reese.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1642882.0,\r\n \"PLAYER_SLUG\": \"julian-reese\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153475\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-27T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat signed center Nick Richards to a Contract.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 1630208.0,\r\n \"PLAYER_SLUG\": \"nick-richards\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153456\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-27T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat re-signed forward Keshad Johnson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 1642352.0,\r\n \"PLAYER_SLUG\": \"keshad-johnson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153462\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-26T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed center Rafael Castro to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1643572.0,\r\n \"PLAYER_SLUG\": \"rafael-castro\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153445\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-26T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors signed guard Brandon Williams to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 1630314.0,\r\n \"PLAYER_SLUG\": \"brandon-williams\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153447\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-26T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed Bryce Hopkins to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1643624.0,\r\n \"PLAYER_SLUG\": \"bryce-hopkins\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153448\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-26T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets waived guard Tristen Newton.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1641803.0,\r\n \"PLAYER_SLUG\": \"tristen-newton\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153449\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-25T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors signed forward Georges Niang to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 1627777.0,\r\n \"PLAYER_SLUG\": \"georges-niang\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153444\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-23T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat signed guard Klay Thompson to a Contract.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 202691.0,\r\n \"PLAYER_SLUG\": \"klay-thompson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153417\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-21T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks waived guard Klay Thompson.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 202691.0,\r\n \"PLAYER_SLUG\": \"klay-thompson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153414\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers received guard Peyton Watson from Denver Nuggets.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1631212.0,\r\n \"PLAYER_SLUG\": \"peyton-watson\",\r\n \"Additional_Sort\": 1610612743.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers received forward Cam Whitmore from Washington Wizards.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1641715.0,\r\n \"PLAYER_SLUG\": \"cam-whitmore\",\r\n \"Additional_Sort\": 1610612764.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets received draft consideration from Cleveland Cavaliers.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612739.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers received guard Max Strus from Cleveland Cavaliers.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1629622.0,\r\n \"PLAYER_SLUG\": \"max-strus\",\r\n \"Additional_Sort\": 1610612739.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards received draft consideration from LA Clippers.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612746.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards received guard Tre Mann from Charlotte Hornets.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 1630544.0,\r\n \"PLAYER_SLUG\": \"tre-mann\",\r\n \"Additional_Sort\": 1610612766.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-08-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received guard Dennis Schroder from Cleveland Cavaliers.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 203471.0,\r\n \"PLAYER_SLUG\": \"dennis-schroder\",\r\n \"Additional_Sort\": 1610612739.0,\r\n \"GroupSort\": \"Trade 2026012\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-18T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans signed forward Malik Dia to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1643738.0,\r\n \"PLAYER_SLUG\": \"malik-dia\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153376\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-18T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans waived center Hunter Dickinson.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1630621.0,\r\n \"PLAYER_SLUG\": \"hunter-dickinson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153379\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-17T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers signed guard Braden Smith to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1643552.0,\r\n \"PLAYER_SLUG\": \"braden-smith\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153369\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-17T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed guard Sean Pedulla to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1642951.0,\r\n \"PLAYER_SLUG\": \"sean-pedulla\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153373\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-17T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans signed guard Trendon Watford to a Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1630570.0,\r\n \"PLAYER_SLUG\": \"trendon-watford\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153374\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers re-signed guard Bradley Beal to a Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 203078.0,\r\n \"PLAYER_SLUG\": \"bradley-beal\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153350\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers waived guard Ethan Thompson.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1630679.0,\r\n \"PLAYER_SLUG\": \"ethan-thompson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153349\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-12T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed guard Jalen Pickett to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1629618.0,\r\n \"PLAYER_SLUG\": \"jalen-pickett\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153348\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-12T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns waived forward Haywood Highsmith.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1629312.0,\r\n \"PLAYER_SLUG\": \"haywood-highsmith\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153347\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns re-signed guard Dillon Brooks to a Veteran Extension.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1628415.0,\r\n \"PLAYER_SLUG\": \"dillon-brooks\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153326\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed center Jamarion Sharp to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1642481.0,\r\n \"PLAYER_SLUG\": \"jamarion-sharp\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153315\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers waived guard Sean Pedulla.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1642951.0,\r\n \"PLAYER_SLUG\": \"sean-pedulla\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153317\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics signed forward Dillon Mitchell to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 1641759.0,\r\n \"PLAYER_SLUG\": \"dillon-mitchell\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153311\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers signed guard Kentavious Caldwell-Pope to a Contract.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 203484.0,\r\n \"PLAYER_SLUG\": \"kentavious-caldwell-pope\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153313\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-08-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets waived guard JD Davison.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1631120.0,\r\n \"PLAYER_SLUG\": \"jd-davison\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153307\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-04T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Toronto Raptors signed center Trey Jemison III to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612761.0,\r\n \"TEAM_SLUG\": \"raptors\",\r\n \"PLAYER_ID\": 1641998.0,\r\n \"PLAYER_SLUG\": \"trey-jemison-iii\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153300\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-02T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks re-signed forward Naji Marshall to a Veteran Extension.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1630230.0,\r\n \"PLAYER_SLUG\": \"naji-marshall\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153288\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-08-01T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors re-signed guard Gary Payton II to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 1627780.0,\r\n \"PLAYER_SLUG\": \"gary-payton-ii\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153283\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-31T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed forward Spencer Jones to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1642461.0,\r\n \"PLAYER_SLUG\": \"spencer-jones\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153256\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-31T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Brooklyn Nets signed forward Moritz Wagner to a Contract.\",\r\n \"TEAM_ID\": 1610612751.0,\r\n \"TEAM_SLUG\": \"nets\",\r\n \"PLAYER_ID\": 1629021.0,\r\n \"PLAYER_SLUG\": \"moritz-wagner\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153257\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-31T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers signed forward Mario Hezonja to a Contract.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1626209.0,\r\n \"PLAYER_SLUG\": \"mario-hezonja\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153258\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-31T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors re-signed guard De'Anthony Melton to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 1629001.0,\r\n \"PLAYER_SLUG\": \"deanthony-melton\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153272\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-30T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived forward Mouhamadou Gueye.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1631338.0,\r\n \"PLAYER_SLUG\": \"mouhamadou-gueye\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153252\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors re-signed forward Draymond Green to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 203110.0,\r\n \"PLAYER_SLUG\": \"draymond-green\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153249\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-29T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies signed forward Karim Lopez to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1643510.0,\r\n \"PLAYER_SLUG\": \"karim-lopez\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153251\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-28T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers received forward Johni Broome from Philadelphia 76ers.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1641780.0,\r\n \"PLAYER_SLUG\": \"johni-broome\",\r\n \"Additional_Sort\": 1610612755.0,\r\n \"GroupSort\": \"Trade 2026011\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-28T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers received draft consideration from Philadelphia 76ers.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612755.0,\r\n \"GroupSort\": \"Trade 2026011\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-27T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed guard Matisse Thybulle to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1629680.0,\r\n \"PLAYER_SLUG\": \"matisse-thybulle\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153237\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-27T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Sacramento Kings waived guard Isaiah Stevens.\",\r\n \"TEAM_ID\": 1610612758.0,\r\n \"TEAM_SLUG\": \"kings\",\r\n \"PLAYER_ID\": 1641815.0,\r\n \"PLAYER_SLUG\": \"isaiah-stevens\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153235\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-26T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers signed forward LeBron James to a Contract.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 2544.0,\r\n \"PLAYER_SLUG\": \"lebron-james\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153231\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-25T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies waived guard Kentavious Caldwell-Pope.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 203484.0,\r\n \"PLAYER_SLUG\": \"kentavious-caldwell-pope\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153232\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-25T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers waived forward Dalen Terry.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 1631207.0,\r\n \"PLAYER_SLUG\": \"dalen-terry\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153233\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-24T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Portland Trail Blazers signed guard John Tonje to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612757.0,\r\n \"TEAM_SLUG\": \"blazers\",\r\n \"PLAYER_ID\": 1642910.0,\r\n \"PLAYER_SLUG\": \"john-tonje\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153221\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-23T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics re-signed guard Jordan Walsh to a Veteran Extension.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 1641775.0,\r\n \"PLAYER_SLUG\": \"jordan-walsh\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153205\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-23T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets re-signed forward Jae'Sean Tate to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1630256.0,\r\n \"PLAYER_SLUG\": \"jaesean-tate\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153206\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-23T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans signed guard Jaron Pierre Jr. to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1643555.0,\r\n \"PLAYER_SLUG\": \"jaron-pierre-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153215\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers re-signed forward Jalen Slawson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1641771.0,\r\n \"PLAYER_SLUG\": \"jalen-slawson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153197\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks signed forward Jalen Wilson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1630592.0,\r\n \"PLAYER_SLUG\": \"jalen-wilson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153198\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs re-signed guard David Jones Garcia to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1642357.0,\r\n \"PLAYER_SLUG\": \"david-jones-garcia\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153199\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks signed center Moussa Cisse to a Contract.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1630619.0,\r\n \"PLAYER_SLUG\": \"moussa-cisse\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153200\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets re-signed forward Isaiah Crawford to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1642384.0,\r\n \"PLAYER_SLUG\": \"isaiah-crawford\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153202\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-22T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs waived forward Emanuel Miller.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1641801.0,\r\n \"PLAYER_SLUG\": \"emanuel-miller\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153209\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-21T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed forward Arthur Kaluma to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1641751.0,\r\n \"PLAYER_SLUG\": \"arthur-kaluma\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153196\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-21T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers waived guard Peter Suder.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1643614.0,\r\n \"PLAYER_SLUG\": \"peter-suder\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153195\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks signed guard Jett Howard to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1641724.0,\r\n \"PLAYER_SLUG\": \"jett-howard\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153189\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers waived guard Taelon Peter.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1643007.0,\r\n \"PLAYER_SLUG\": \"taelon-peter\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153187\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-20T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks waived forward Tyler Smith.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1641890.0,\r\n \"PLAYER_SLUG\": \"tyler-smith\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153188\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed forward Ziaire Williams to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1630533.0,\r\n \"PLAYER_SLUG\": \"ziaire-williams\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153183\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks received guard Ryan Nembhard from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1642948.0,\r\n \"PLAYER_SLUG\": \"ryan-nembhard\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks received guard Luguentz Dort from Oklahoma City Thunder.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1629652.0,\r\n \"PLAYER_SLUG\": \"luguentz-dort\",\r\n \"Additional_Sort\": 1610612760.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks received forward Zaccharie Risacher from Atlanta Hawks.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1642258.0,\r\n \"PLAYER_SLUG\": \"zaccharie-risacher\",\r\n \"Additional_Sort\": 1610612737.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks received draft consideration from Atlanta Hawks.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612737.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612737.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-19T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder received draft consideration from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026010\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-16T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat re-signed center Vladislav Goldin to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 1642884.0,\r\n \"PLAYER_SLUG\": \"vladislav-goldin\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153136\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-15T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed forward Marvin Bagley III to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1628963.0,\r\n \"PLAYER_SLUG\": \"marvin-bagley-iii\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153129\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-15T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks re-signed guard Gary Trent Jr. to a Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1629018.0,\r\n \"PLAYER_SLUG\": \"gary-trent-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153134\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-14T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns signed guard Luke Kennard to a Contract.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1628379.0,\r\n \"PLAYER_SLUG\": \"luke-kennard\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153123\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-14T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets re-signed guard Tyus Jones to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1626145.0,\r\n \"PLAYER_SLUG\": \"tyus-jones\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153126\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies signed forward Cameron Boozer to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1643409.0,\r\n \"PLAYER_SLUG\": \"cameron-boozer\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153118\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs re-signed guard Jordan McLaughlin to a Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1629162.0,\r\n \"PLAYER_SLUG\": \"jordan-mclaughlin\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153120\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed Alpha Diallo to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1643813.0,\r\n \"PLAYER_SLUG\": \"alpha-diallo\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153128\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns received forward Miles Bridges from Charlotte Hornets.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1628970.0,\r\n \"PLAYER_SLUG\": \"miles-bridges\",\r\n \"Additional_Sort\": 1610612766.0,\r\n \"GroupSort\": \"Trade 2026009\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns received draft consideration from Charlotte Hornets.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612766.0,\r\n \"GroupSort\": \"Trade 2026009\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received guard Grayson Allen from Phoenix Suns.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1628960.0,\r\n \"PLAYER_SLUG\": \"grayson-allen\",\r\n \"Additional_Sort\": 1610612756.0,\r\n \"GroupSort\": \"Trade 2026009\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received forward Royce O'Neale from Phoenix Suns.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1626220.0,\r\n \"PLAYER_SLUG\": \"royce-oneale\",\r\n \"Additional_Sort\": 1610612756.0,\r\n \"GroupSort\": \"Trade 2026009\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-13T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received draft consideration from Phoenix Suns.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612756.0,\r\n \"GroupSort\": \"Trade 2026009\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-12T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers re-signed guard Austin Reaves to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1630559.0,\r\n \"PLAYER_SLUG\": \"austin-reaves\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153109\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-12T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed forward Kevon Looney to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1626172.0,\r\n \"PLAYER_SLUG\": \"kevon-looney\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153113\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-11T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves signed forward Isaiah Evans to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1642912.0,\r\n \"PLAYER_SLUG\": \"isaiah-evans\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153106\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-11T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed guard Collin Sexton to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1629012.0,\r\n \"PLAYER_SLUG\": \"collin-sexton\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153108\"\r\n },\r\n {\r\n \"Transaction_Type\": \"AwardOnWaivers\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Portland Trail Blazers claimed center Micah Potter off waivers.\",\r\n \"TEAM_ID\": 1610612757.0,\r\n \"TEAM_SLUG\": \"blazers\",\r\n \"PLAYER_ID\": 1630695.0,\r\n \"PLAYER_SLUG\": \"micah-potter\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"AwardedOnWaivers 1153095\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks signed forward Tarik Biberovic to a Contract.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1641844.0,\r\n \"PLAYER_SLUG\": \"tarik-biberovic\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153088\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz signed center Mo Bamba to a Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1628964.0,\r\n \"PLAYER_SLUG\": \"mo-bamba\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153089\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New York Knicks re-signed guard Jordan Clarkson to a Contract.\",\r\n \"TEAM_ID\": 1610612752.0,\r\n \"TEAM_SLUG\": \"knicks\",\r\n \"PLAYER_ID\": 203903.0,\r\n \"PLAYER_SLUG\": \"jordan-clarkson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153090\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed guard Marcus Smart to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 203935.0,\r\n \"PLAYER_SLUG\": \"marcus-smart\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153091\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves re-signed guard Ayo Dosunmu to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1630245.0,\r\n \"PLAYER_SLUG\": \"ayo-dosunmu\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153092\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves re-signed guard Jaylen Clark to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1641740.0,\r\n \"PLAYER_SLUG\": \"jaylen-clark\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153093\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Brooklyn Nets signed forward Joshua Jefferson to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612751.0,\r\n \"TEAM_SLUG\": \"nets\",\r\n \"PLAYER_ID\": 1643538.0,\r\n \"PLAYER_SLUG\": \"joshua-jefferson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153094\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets signed forward Trevon Brazile to a Contract.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 1642350.0,\r\n \"PLAYER_SLUG\": \"trevon-brazile\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153096\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks re-signed center Jock Landale to a Contract.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1629111.0,\r\n \"PLAYER_SLUG\": \"jock-landale\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153099\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs re-signed forward Victor Wembanyama to a Rookie Scale Extension.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1641705.0,\r\n \"PLAYER_SLUG\": \"victor-wembanyama\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153100\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls signed guard Norman Powell to a Contract.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1626181.0,\r\n \"PLAYER_SLUG\": \"norman-powell\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153102\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans re-signed center DeAndre Jordan to a Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 201599.0,\r\n \"PLAYER_SLUG\": \"deandre-jordan\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153103\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves signed forward Trey Lyles to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1626168.0,\r\n \"PLAYER_SLUG\": \"trey-lyles\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153104\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls received center Nic Claxton from Brooklyn Nets.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1629651.0,\r\n \"PLAYER_SLUG\": \"nic-claxton\",\r\n \"Additional_Sort\": 1610612751.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves received guard Josh Green from Charlotte Hornets.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1630182.0,\r\n \"PLAYER_SLUG\": \"josh-green\",\r\n \"Additional_Sort\": 1610612766.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves received guard LaMelo Ball from Charlotte Hornets.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1630163.0,\r\n \"PLAYER_SLUG\": \"lamelo-ball\",\r\n \"Additional_Sort\": 1610612766.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Brooklyn Nets received forward Julius Randle from Minnesota Timberwolves.\",\r\n \"TEAM_ID\": 1610612751.0,\r\n \"TEAM_SLUG\": \"nets\",\r\n \"PLAYER_ID\": 203944.0,\r\n \"PLAYER_SLUG\": \"julius-randle\",\r\n \"Additional_Sort\": 1610612750.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received forward Mouhamadou Gueye from Chicago Bulls.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1631338.0,\r\n \"PLAYER_SLUG\": \"mouhamadou-gueye\",\r\n \"Additional_Sort\": 1610612741.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received center Naz Reid from Minnesota Timberwolves.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1629675.0,\r\n \"PLAYER_SLUG\": \"naz-reid\",\r\n \"Additional_Sort\": 1610612750.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received draft consideration from Minnesota Timberwolves.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612750.0,\r\n \"GroupSort\": \"Trade 2026008\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-10T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Brooklyn Nets waived guard Malachi Smith.\",\r\n \"TEAM_ID\": 1610612751.0,\r\n \"TEAM_SLUG\": \"nets\",\r\n \"PLAYER_ID\": 1641869.0,\r\n \"PLAYER_SLUG\": \"malachi-smith\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153098\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers signed forward Larry Nance Jr. to a Contract.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1626204.0,\r\n \"PLAYER_SLUG\": \"larry-nance-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153051\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers re-signed forward Kobe Brown to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1641738.0,\r\n \"PLAYER_SLUG\": \"kobe-brown\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153052\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets re-signed forward Tari Eason to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1631106.0,\r\n \"PLAYER_SLUG\": \"tari-eason\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153055\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz re-signed center Jusuf Nurkic to a Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 203994.0,\r\n \"PLAYER_SLUG\": \"jusuf-nurkic\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153056\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Golden State Warriors re-signed center Charles Bassey to a Contract.\",\r\n \"TEAM_ID\": 1610612744.0,\r\n \"TEAM_SLUG\": \"warriors\",\r\n \"PLAYER_ID\": 1629646.0,\r\n \"PLAYER_SLUG\": \"charles-bassey\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153058\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons re-signed guard Kevin Huerter to a Contract.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1628989.0,\r\n \"PLAYER_SLUG\": \"kevin-huerter\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153059\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed forward Baba Miller to a Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1642394.0,\r\n \"PLAYER_SLUG\": \"baba-miller\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153063\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks re-signed forward Ousmane Dieng to a Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1631172.0,\r\n \"PLAYER_SLUG\": \"ousmane-dieng\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153064\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers re-signed guard Jordan Miller to a Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1641757.0,\r\n \"PLAYER_SLUG\": \"jordan-miller\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153065\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz signed center Jaxson Hayes to a Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1629637.0,\r\n \"PLAYER_SLUG\": \"jaxson-hayes\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153077\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz signed guard Josh Okogie to a Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1629006.0,\r\n \"PLAYER_SLUG\": \"josh-okogie\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153078\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-09T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics waived forward Dalano Banton.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 1630625.0,\r\n \"PLAYER_SLUG\": \"dalano-banton\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153057\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs re-signed forward Harrison Barnes to a Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 203084.0,\r\n \"PLAYER_SLUG\": \"harrison-barnes\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153020\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed guard Bogdan Bogdanovic to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 203992.0,\r\n \"PLAYER_SLUG\": \"bogdan-bogdanovic\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153036\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers signed guard Rayan Rupert to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 1641712.0,\r\n \"PLAYER_SLUG\": \"rayan-rupert\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153037\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies signed center Quinten Post to a Contract.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1642366.0,\r\n \"PLAYER_SLUG\": \"quinten-post\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153039\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks signed forward Nate Ament to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1643417.0,\r\n \"PLAYER_SLUG\": \"nate-ament\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153040\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers re-signed guard Donovan Mitchell to a Veteran Extension.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1628378.0,\r\n \"PLAYER_SLUG\": \"donovan-mitchell\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153043\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons re-signed guard Javonte Green to a Contract.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1629750.0,\r\n \"PLAYER_SLUG\": \"javonte-green\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153045\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons signed guard Elijah Harkless to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1641989.0,\r\n \"PLAYER_SLUG\": \"elijah-harkless\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153046\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks signed forward Pete Nance to a Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1631250.0,\r\n \"PLAYER_SLUG\": \"pete-nance\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1153047\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks received forward Santi Aldama from Memphis Grizzlies.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1630583.0,\r\n \"PLAYER_SLUG\": \"santi-aldama\",\r\n \"Additional_Sort\": 1610612763.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks received guard Marcus Sasser from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1631204.0,\r\n \"PLAYER_SLUG\": \"marcus-sasser\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers received draft consideration from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received guard Caris LeVert from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1627747.0,\r\n \"PLAYER_SLUG\": \"caris-levert\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received draft consideration from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received guard AJ Johnson from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1642358.0,\r\n \"PLAYER_SLUG\": \"aj-johnson\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received draft consideration from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received guard D'Angelo Russell from Washington Wizards.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1626156.0,\r\n \"PLAYER_SLUG\": \"dangelo-russell\",\r\n \"Additional_Sort\": 1610612764.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received draft consideration from Washington Wizards.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612764.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Memphis Grizzlies received forward Isaiah Stewart from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612763.0,\r\n \"TEAM_SLUG\": \"grizzlies\",\r\n \"PLAYER_ID\": 1630191.0,\r\n \"PLAYER_SLUG\": \"isaiah-stewart\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards received forward Khris Middleton from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 203114.0,\r\n \"PLAYER_SLUG\": \"khris-middleton\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards received draft consideration from Dallas Mavericks.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612742.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons received forward John Collins from LA Clippers.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1628381.0,\r\n \"PLAYER_SLUG\": \"john-collins\",\r\n \"Additional_Sort\": 1610612746.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons received forward Taurean Prince from Milwaukee Bucks.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1627752.0,\r\n \"PLAYER_SLUG\": \"taurean-prince\",\r\n \"Additional_Sort\": 1610612749.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons received guard Gary Harris from Milwaukee Bucks.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 203914.0,\r\n \"PLAYER_SLUG\": \"gary-harris\",\r\n \"Additional_Sort\": 1610612749.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons received draft consideration from Memphis Grizzlies.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612763.0,\r\n \"GroupSort\": \"Trade 2026006\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers received center Walker Kessler from Utah Jazz.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1631117.0,\r\n \"PLAYER_SLUG\": \"walker-kessler\",\r\n \"Additional_Sort\": 1610612762.0,\r\n \"GroupSort\": \"Trade 2026007\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz received draft consideration from Los Angeles Lakers.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612747.0,\r\n \"GroupSort\": \"Trade 2026007\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Denver Nuggets waived center Jonas Valanciunas.\",\r\n \"TEAM_ID\": 1610612743.0,\r\n \"TEAM_SLUG\": \"nuggets\",\r\n \"PLAYER_ID\": 202685.0,\r\n \"PLAYER_SLUG\": \"jonas-valanciunas\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153029\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-08T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers waived center Micah Potter.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1630695.0,\r\n \"PLAYER_SLUG\": \"micah-potter\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1153030\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed guard Bruce Thornton to a Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1643570.0,\r\n \"PLAYER_SLUG\": \"bruce-thornton\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152901\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Cleveland Cavaliers re-signed center Thomas Bryant to a Contract.\",\r\n \"TEAM_ID\": 1610612739.0,\r\n \"TEAM_SLUG\": \"cavaliers\",\r\n \"PLAYER_ID\": 1628418.0,\r\n \"PLAYER_SLUG\": \"thomas-bryant\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152902\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns re-signed center Mark Williams to a Contract.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1631109.0,\r\n \"PLAYER_SLUG\": \"mark-williams\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152903\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns re-signed guard Jordan Goodwin to a Contract.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1630692.0,\r\n \"PLAYER_SLUG\": \"jordan-goodwin\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152904\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns re-signed guard Collin Gillespie to a Contract.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1631221.0,\r\n \"PLAYER_SLUG\": \"collin-gillespie\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152905\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards signed center Felix Okpara to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 1643590.0,\r\n \"PLAYER_SLUG\": \"felix-okpara\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152906\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Sacramento Kings re-signed forward Precious Achiuwa to a Contract.\",\r\n \"TEAM_ID\": 1610612758.0,\r\n \"TEAM_SLUG\": \"kings\",\r\n \"PLAYER_ID\": 1630173.0,\r\n \"PLAYER_SLUG\": \"precious-achiuwa\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152911\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz signed guard Trey Alexander to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1641725.0,\r\n \"PLAYER_SLUG\": \"trey-alexander\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152912\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"New Orleans Pelicans re-signed center Hunter Dickinson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612740.0,\r\n \"TEAM_SLUG\": \"pelicans\",\r\n \"PLAYER_ID\": 1630621.0,\r\n \"PLAYER_SLUG\": \"hunter-dickinson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152931\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers re-signed guard Kobe Sanders to a Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1642920.0,\r\n \"PLAYER_SLUG\": \"kobe-sanders\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152951\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed forward Sandro Mamukelashvili to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1630572.0,\r\n \"PLAYER_SLUG\": \"sandro-mamukelashvili\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152956\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed guard Quentin Grimes to a Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1629656.0,\r\n \"PLAYER_SLUG\": \"quentin-grimes\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152957\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Houston Rockets signed guard Quadir Copeland to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612745.0,\r\n \"TEAM_SLUG\": \"rockets\",\r\n \"PLAYER_ID\": 1643595.0,\r\n \"PLAYER_SLUG\": \"quadir-copeland\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152960\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Indiana Pacers signed forward Kelly Oubre Jr. to a Contract.\",\r\n \"TEAM_ID\": 1610612754.0,\r\n \"TEAM_SLUG\": \"pacers\",\r\n \"PLAYER_ID\": 1626162.0,\r\n \"PLAYER_SLUG\": \"kelly-oubre-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152976\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-07T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers recei [...truncated 13350 characters...] r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics signed guard Mike Conley to a Contract.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 201144.0,\r\n \"PLAYER_SLUG\": \"mike-conley\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152894\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed forward Rui Hachimura to a Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1629060.0,\r\n \"PLAYER_SLUG\": \"rui-hachimura\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152895\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Washington Wizards re-signed guard Trae Young to a Contract.\",\r\n \"TEAM_ID\": 1610612764.0,\r\n \"TEAM_SLUG\": \"wizards\",\r\n \"PLAYER_ID\": 1629027.0,\r\n \"PLAYER_SLUG\": \"trae-young\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152896\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder re-signed center Isaiah Hartenstein to a Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1628392.0,\r\n \"PLAYER_SLUG\": \"isaiah-hartenstein\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152897\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder re-signed guard Kenrich Williams to a Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1629026.0,\r\n \"PLAYER_SLUG\": \"kenrich-williams\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152898\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Atlanta Hawks received guard Aaron Wiggins from Oklahoma City Thunder.\",\r\n \"TEAM_ID\": 1610612737.0,\r\n \"TEAM_SLUG\": \"hawks\",\r\n \"PLAYER_ID\": 1630598.0,\r\n \"PLAYER_SLUG\": \"aaron-wiggins\",\r\n \"Additional_Sort\": 1610612760.0,\r\n \"GroupSort\": \"Trade 2026000\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612737.0,\r\n \"GroupSort\": \"Trade 2026000\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat received forward Bobby Portis Jr. from Milwaukee Bucks.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 1626171.0,\r\n \"PLAYER_SLUG\": \"bobby-portis-jr\",\r\n \"Additional_Sort\": 1610612749.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat received forward Giannis Antetokounmpo from Milwaukee Bucks.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 203507.0,\r\n \"PLAYER_SLUG\": \"giannis-antetokounmpo\",\r\n \"Additional_Sort\": 1610612749.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received guard Kasparas Jakucionis from Miami Heat.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1642857.0,\r\n \"PLAYER_SLUG\": \"kasparas-jakucionis\",\r\n \"Additional_Sort\": 1610612748.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received center Kel'el Ware from Miami Heat.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1642276.0,\r\n \"PLAYER_SLUG\": \"kelel-ware\",\r\n \"Additional_Sort\": 1610612748.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received guard Jaime Jaquez Jr. from Miami Heat.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1631170.0,\r\n \"PLAYER_SLUG\": \"jaime-jaquez-jr\",\r\n \"Additional_Sort\": 1610612748.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received guard Tyler Herro from Miami Heat.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1629639.0,\r\n \"PLAYER_SLUG\": \"tyler-herro\",\r\n \"Additional_Sort\": 1610612748.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks received draft consideration from Miami Heat.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612748.0,\r\n \"GroupSort\": \"Trade 2026001\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics received forward Paul George from Philadelphia 76ers.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 202331.0,\r\n \"PLAYER_SLUG\": \"paul-george\",\r\n \"Additional_Sort\": 1610612755.0,\r\n \"GroupSort\": \"Trade 2026002\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics received draft consideration from Philadelphia 76ers.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612755.0,\r\n \"GroupSort\": \"Trade 2026002\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers received guard Jaylen Brown from Boston Celtics.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 1627759.0,\r\n \"PLAYER_SLUG\": \"jaylen-brown\",\r\n \"Additional_Sort\": 1610612738.0,\r\n \"GroupSort\": \"Trade 2026002\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder received draft consideration from Detroit Pistons.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612765.0,\r\n \"GroupSort\": \"Trade 2026003\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Detroit Pistons received guard Isaiah Joe from Oklahoma City Thunder.\",\r\n \"TEAM_ID\": 1610612765.0,\r\n \"TEAM_SLUG\": \"pistons\",\r\n \"PLAYER_ID\": 1630198.0,\r\n \"PLAYER_SLUG\": \"isaiah-joe\",\r\n \"Additional_Sort\": 1610612760.0,\r\n \"GroupSort\": \"Trade 2026003\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received forward Dorian Finney-Smith from Houston Rockets.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1627827.0,\r\n \"PLAYER_SLUG\": \"dorian-finney-smith\",\r\n \"Additional_Sort\": 1610612745.0,\r\n \"GroupSort\": \"Trade 2026004\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Trade\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets received draft consideration from Houston Rockets.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 0.0,\r\n \"PLAYER_SLUG\": \"\",\r\n \"Additional_Sort\": 1610612745.0,\r\n \"GroupSort\": \"Trade 2026004\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Sacramento Kings waived guard DeMar DeRozan.\",\r\n \"TEAM_ID\": 1610612758.0,\r\n \"TEAM_SLUG\": \"kings\",\r\n \"PLAYER_ID\": 201942.0,\r\n \"PLAYER_SLUG\": \"demar-derozan\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1152876\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-06T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Charlotte Hornets waived forward Tosan Evbuomwan.\",\r\n \"TEAM_ID\": 1610612766.0,\r\n \"TEAM_SLUG\": \"hornets\",\r\n \"PLAYER_ID\": 1641787.0,\r\n \"PLAYER_SLUG\": \"tosan-evbuomwan\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1152877\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Boston Celtics signed forward Christopher Cenac Jr. to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612738.0,\r\n \"TEAM_SLUG\": \"celtics\",\r\n \"PLAYER_ID\": 1643416.0,\r\n \"PLAYER_SLUG\": \"christopher-cenac-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152826\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers signed guard Caleb Love to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 1631126.0,\r\n \"PLAYER_SLUG\": \"caleb-love\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152827\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed forward Nick Martinelli to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1643568.0,\r\n \"PLAYER_SLUG\": \"nick-martinelli\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152832\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks signed guard Brayden Burries to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1643415.0,\r\n \"PLAYER_SLUG\": \"brayden-burries\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152833\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-05T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks signed guard Kam Jones to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1642880.0,\r\n \"PLAYER_SLUG\": \"kam-jones\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152834\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-04T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Toronto Raptors signed guard Jaden Bradley to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612761.0,\r\n \"TEAM_SLUG\": \"raptors\",\r\n \"PLAYER_ID\": 1643558.0,\r\n \"PLAYER_SLUG\": \"jaden-bradley\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152818\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Toronto Raptors re-signed guard Alijah Martin to a Contract.\",\r\n \"TEAM_ID\": 1610612761.0,\r\n \"TEAM_SLUG\": \"raptors\",\r\n \"PLAYER_ID\": 1642918.0,\r\n \"PLAYER_SLUG\": \"alijah-martin\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152744\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Miami Heat signed guard Tre Donaldson to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612748.0,\r\n \"TEAM_SLUG\": \"heat\",\r\n \"PLAYER_ID\": 1643621.0,\r\n \"PLAYER_SLUG\": \"tre-donaldson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152747\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs signed forward Maliq Brown to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1643576.0,\r\n \"PLAYER_SLUG\": \"maliq-brown\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152749\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs signed guard Ja'Kobi Gillespie to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1643551.0,\r\n \"PLAYER_SLUG\": \"jakobi-gillespie\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152750\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs signed center Tarris Reed Jr. to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1643542.0,\r\n \"PLAYER_SLUG\": \"tarris-reed-jr\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152751\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"San Antonio Spurs signed forward Jayden Quaintance to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612759.0,\r\n \"TEAM_SLUG\": \"spurs\",\r\n \"PLAYER_ID\": 1643519.0,\r\n \"PLAYER_SLUG\": \"jayden-quaintance\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152752\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder signed guard Otega Oweh to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1642923.0,\r\n \"PLAYER_SLUG\": \"otega-oweh\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152753\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder re-signed guard Brooks Barnhizer to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1642964.0,\r\n \"PLAYER_SLUG\": \"brooks-barnhizer\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152754\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder signed Josh Dix to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1643717.0,\r\n \"PLAYER_SLUG\": \"josh-dix\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152755\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder signed guard Bennett Stirtz to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1642892.0,\r\n \"PLAYER_SLUG\": \"bennett-stirtz\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152756\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Oklahoma City Thunder signed center Aday Mara to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612760.0,\r\n \"TEAM_SLUG\": \"thunder\",\r\n \"PLAYER_ID\": 1643530.0,\r\n \"PLAYER_SLUG\": \"aday-mara\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152757\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Utah Jazz signed guard Tamar Bates to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612762.0,\r\n \"TEAM_SLUG\": \"jazz\",\r\n \"PLAYER_ID\": 1642926.0,\r\n \"PLAYER_SLUG\": \"tamar-bates\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152758\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls signed forward Tobe Awaka to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1643591.0,\r\n \"PLAYER_SLUG\": \"tobe-awaka\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152759\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks signed guard Sergio de Larrea to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1643547.0,\r\n \"PLAYER_SLUG\": \"sergio-de-larrea\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152762\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Minnesota Timberwolves re-signed guard Bones Hyland to a Contract.\",\r\n \"TEAM_ID\": 1610612750.0,\r\n \"TEAM_SLUG\": \"timberwolves\",\r\n \"PLAYER_ID\": 1630538.0,\r\n \"PLAYER_SLUG\": \"bones-hyland\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152764\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Philadelphia 76ers signed guard Labaron Philon to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612755.0,\r\n \"TEAM_SLUG\": \"sixers\",\r\n \"PLAYER_ID\": 1642889.0,\r\n \"PLAYER_SLUG\": \"labaron-philon\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152765\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Dallas Mavericks signed forward Tobi Lawal to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612742.0,\r\n \"TEAM_SLUG\": \"mavericks\",\r\n \"PLAYER_ID\": 1643588.0,\r\n \"PLAYER_SLUG\": \"tobi-lawal\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152769\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"LA Clippers signed guard Keaton Wagler to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612746.0,\r\n \"TEAM_SLUG\": \"clippers\",\r\n \"PLAYER_ID\": 1643413.0,\r\n \"PLAYER_SLUG\": \"keaton-wagler\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152770\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls signed Jaylin Sellers to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1643637.0,\r\n \"PLAYER_SLUG\": \"jaylin-sellers\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152771\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls signed forward Dailyn Swain to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1643517.0,\r\n \"PLAYER_SLUG\": \"dailyn-swain\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152772\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers re-signed guard Chris Manon to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1643024.0,\r\n \"PLAYER_SLUG\": \"chris-manon\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152773\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Chicago Bulls signed forward Caleb Wilson to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612741.0,\r\n \"TEAM_SLUG\": \"bulls\",\r\n \"PLAYER_ID\": 1643410.0,\r\n \"PLAYER_SLUG\": \"caleb-wilson\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152774\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed guard Peter Suder to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1643614.0,\r\n \"PLAYER_SLUG\": \"peter-suder\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152815\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Los Angeles Lakers signed forward AK Okereke to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612747.0,\r\n \"TEAM_SLUG\": \"lakers\",\r\n \"PLAYER_ID\": 1643758.0,\r\n \"PLAYER_SLUG\": \"ak-okereke\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152816\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Phoenix Suns signed guard Pat Spencer to a Two-Way Contract.\",\r\n \"TEAM_ID\": 1610612756.0,\r\n \"TEAM_SLUG\": \"suns\",\r\n \"PLAYER_ID\": 1630311.0,\r\n \"PLAYER_SLUG\": \"pat-spencer\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Signing 1152817\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Waive\",\r\n \"TRANSACTION_DATE\": \"2026-07-03T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Milwaukee Bucks waived forward Pete Nance.\",\r\n \"TEAM_ID\": 1610612749.0,\r\n \"TEAM_SLUG\": \"bucks\",\r\n \"PLAYER_ID\": 1631250.0,\r\n \"PLAYER_SLUG\": \"pete-nance\",\r\n \"Additional_Sort\": 0.0,\r\n \"GroupSort\": \"Waive 1152768\"\r\n },\r\n {\r\n \"Transaction_Type\": \"Signing\",\r\n \"TRANSACTION_DATE\": \"2026-07-02T00:00:00\",\r\n \"TRANSACTION_DESCRIPTION\": \"Toronto Raptors signed forward Allen Graves to a Rookie Scale Contract.\",\r\n \"TEAM_ID\": 1610612761.0,\r\n \"TEAM [...truncated]
Sub-agent trace (toolu_016ddeuA91gg7gYhoe81WoC7, 3 events)
tools_started web_fetch t=118798.488
Inner payload
{
  "tool_name": "web_fetch",
  "tool_input": {
    "brief": "NBA player movement JSON feed",
    "max_age_seconds": 3600,
    "url": "https://stats.nba.com/js/data/playermovement/NBA_Player_Movement.json"
  },
  "dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7",
  "parent_dispatch_id": "",
  "handle": "",
  "panel_kind": "web_fetch"
}
tools_progress web_fetch t=118798.489
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7",
  "status": "running",
  "result": null,
  "error": "",
  "elapsed": null,
  "fields": {
    "progress": {
      "message": "NBA player movement JSON feed",
      "metadata": {
        "browser_chain": false,
        "url": "https://stats.nba.com/js/data/playermovement/NBA_Player_Movement.json"
      }
    },
    "status": "running",
    "updatedAt": 1789170176589
  }
}
tools_completed web_fetch t=118798.490
Inner payload
{
  "tool_name": "web_fetch",
  "dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7",
  "status": "completed",
  "result": "{\"content\":\"{\\r\\n  \\\"NBA_Player_Movement\\\": {\\r\\n    \\\"rows\\\": [\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics waived forward Hank Morgan.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643264.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"hank-morgan\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153741\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Lamont Butler.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642966.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"lamont-butler\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153742\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Devin Carter.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642269.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"devin-carter\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153743\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Bennedict Mathurin to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631097.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bennedict-mathurin\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153679\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived forward Keyshawn Bryant.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641990.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"keyshawn-bryant\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153683\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Devon Higgs.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642045.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"devon-higgs\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153663\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed guard James Harden to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 201935.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"james-harden\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153640\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed guard DeMar DeRozan to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 201942.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"demar-derozan\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153644\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642358.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"aj-johnson\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612763.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 201959.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"taj-gibson\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612763.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642877.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"micah-peavy\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612740.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641722.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-hawkins\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612740.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from New Orleans Pelicans.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612740.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans waived forward Taj Gibson.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 201959.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"taj-gibson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153664\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings signed guard Ben Simmons to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612758.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627732.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ben-simmons\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153609\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Kobe Stewart.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643225.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kobe-stewart\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153615\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-04T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612751.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641761.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"grant-nelson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153604\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-04T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Jarkel Joiner.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641935.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jarkel-joiner\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153613\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641708.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"amen-thompson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153565\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630228.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jonathan-kuminga\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153572\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Kyle Mangas.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630667.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kyle-mangas\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153571\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers signed center Khalifa Diop to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631215.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"khalifa-diop\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153549\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Trey Townsend.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643102.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trey-townsend\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153553\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz waived guard Matthew Murrell.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641802.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"matthew-murrell\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153554\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-09-01T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Josiah Allick.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643251.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"josiah-allick\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153543\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received forward Cody Williams from Utah Jazz.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642262.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"cody-williams\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612762.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard John Konchar from Utah Jazz.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629723.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"john-konchar\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612762.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz received guard Josh Green from Minnesota Timberwolves.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630182.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"josh-green\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612750.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves waived guard John Konchar.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629723.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"john-konchar\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153530\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-28T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers waived forward Cam Whitmore.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641715.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"cam-whitmore\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153474\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-28T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets waived forward Julian Reese.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642882.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"julian-reese\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153475\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-27T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed center Nick Richards to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630208.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"nick-richards\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153456\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-27T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat re-signed forward Keshad Johnson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642352.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"keshad-johnson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153462\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed center Rafael Castro to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643572.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"rafael-castro\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153445\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors signed guard Brandon Williams to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630314.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"brandon-williams\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153447\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed  Bryce Hopkins to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643624.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bryce-hopkins\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153448\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets waived guard Tristen Newton.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641803.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tristen-newton\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153449\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-25T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors signed forward Georges Niang to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627777.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"georges-niang\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153444\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-23T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed guard Klay Thompson to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 202691.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"klay-thompson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153417\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-21T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks waived guard Klay Thompson.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 202691.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"klay-thompson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153414\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers received guard Peyton Watson from Denver Nuggets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631212.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"peyton-watson\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612743.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers received forward Cam Whitmore from Washington Wizards.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641715.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"cam-whitmore\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612764.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets received draft consideration from Cleveland Cavaliers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612739.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received guard Max Strus from Cleveland Cavaliers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629622.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"max-strus\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612739.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received draft consideration from LA Clippers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612746.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received guard Tre Mann from Charlotte Hornets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630544.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tre-mann\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612766.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received guard Dennis Schroder from Cleveland Cavaliers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 203471.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dennis-schroder\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612739.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-18T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed forward Malik Dia to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643738.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"malik-dia\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153376\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-18T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans waived center Hunter Dickinson.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630621.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"hunter-dickinson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153379\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed guard Braden Smith to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643552.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"braden-smith\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153369\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Sean Pedulla to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642951.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"sean-pedulla\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153373\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Trendon Watford to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630570.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trendon-watford\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153374\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Bradley Beal to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 203078.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bradley-beal\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153350\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived guard Ethan Thompson.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630679.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ethan-thompson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153349\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-12T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed guard Jalen Pickett to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629618.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jalen-pickett\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153348\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-12T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns waived forward Haywood Highsmith.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629312.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"haywood-highsmith\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153347\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Dillon Brooks to a Veteran Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628415.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dillon-brooks\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153326\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed center Jamarion Sharp to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642481.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jamarion-sharp\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153315\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers waived guard Sean Pedulla.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642951.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"sean-pedulla\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153317\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed forward Dillon Mitchell to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641759.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dillon-mitchell\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153311\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Kentavious Caldwell-Pope to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 203484.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kentavious-caldwell-pope\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153313\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets waived guard JD Davison.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631120.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jd-davison\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153307\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-04T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed center Trey Jemison III to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612761.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641998.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trey-jemison-iii\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153300\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-02T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks re-signed forward Naji Marshall to a Veteran Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630230.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"naji-marshall\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153288\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-08-01T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed guard Gary Payton II to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627780.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"gary-payton-ii\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153283\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Spencer Jones to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642461.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"spencer-jones\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153256\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Moritz Wagner to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612751.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629021.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"moritz-wagner\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153257\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers signed forward Mario Hezonja to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626209.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mario-hezonja\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153258\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed guard De'Anthony Melton to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629001.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"deanthony-melton\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153272\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-30T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Mouhamadou Gueye.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631338.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mouhamadou-gueye\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153252\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed forward Draymond Green to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 203110.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"draymond-green\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153249\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-29T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed forward Karim Lopez to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643510.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"karim-lopez\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153251\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-28T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received forward Johni Broome from Philadelphia 76ers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641780.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"johni-broome\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612755.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026011\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-28T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received draft consideration from Philadelphia 76ers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612755.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026011\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-27T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Matisse Thybulle to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629680.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"matisse-thybulle\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153237\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-27T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings waived guard Isaiah Stevens.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612758.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641815.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-stevens\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153235\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-26T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed forward LeBron James to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 2544.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"lebron-james\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153231\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-25T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies waived guard Kentavious Caldwell-Pope.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 203484.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kentavious-caldwell-pope\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153232\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-25T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers waived forward Dalen Terry.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631207.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dalen-terry\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153233\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-24T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Portland Trail Blazers signed guard John Tonje to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612757.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"blazers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642910.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"john-tonje\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153221\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics re-signed guard Jordan Walsh to a Veteran Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641775.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-walsh\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153205\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Jae'Sean Tate to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630256.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaesean-tate\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153206\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Jaron Pierre Jr. to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643555.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaron-pierre-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153215\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers re-signed forward Jalen Slawson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641771.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jalen-slawson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153197\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks signed forward Jalen Wilson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630592.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jalen-wilson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153198\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed guard David Jones Garcia to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642357.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"david-jones-garcia\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153199\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed center Moussa Cisse to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630619.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"moussa-cisse\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153200\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Isaiah Crawford to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642384.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-crawford\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153202\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs waived forward Emanuel Miller.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641801.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"emanuel-miller\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153209\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-21T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Arthur Kaluma to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641751.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"arthur-kaluma\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153196\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-21T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers waived guard Peter Suder.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643614.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"peter-suder\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153195\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed guard Jett Howard to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641724.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jett-howard\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153189\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived guard Taelon Peter.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643007.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"taelon-peter\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153187\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks waived forward Tyler Smith.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641890.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tyler-smith\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153188\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Ziaire Williams to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630533.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ziaire-williams\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153183\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Ryan Nembhard from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642948.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ryan-nembhard\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Luguentz Dort from Oklahoma City Thunder.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629652.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"luguentz-dort\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612760.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received forward Zaccharie Risacher from Atlanta Hawks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642258.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"zaccharie-risacher\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612737.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received draft consideration from Atlanta Hawks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612737.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612737.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-16T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat re-signed center Vladislav Goldin to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642884.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"vladislav-goldin\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153136\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-15T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Marvin Bagley III to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628963.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"marvin-bagley-iii\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153129\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-15T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks re-signed guard Gary Trent Jr. to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629018.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"gary-trent-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153134\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-14T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns signed guard Luke Kennard to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628379.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"luke-kennard\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153123\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-14T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets re-signed guard Tyus Jones to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626145.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tyus-jones\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153126\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed forward Cameron Boozer to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643409.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"cameron-boozer\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153118\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed guard Jordan McLaughlin to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629162.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-mclaughlin\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153120\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed  Alpha Diallo to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643813.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"alpha-diallo\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153128\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns received forward Miles Bridges from Charlotte Hornets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628970.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"miles-bridges\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612766.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns received draft consideration from Charlotte Hornets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612766.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received guard Grayson Allen from Phoenix Suns.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628960.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"grayson-allen\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612756.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Royce O'Neale from Phoenix Suns.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626220.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"royce-oneale\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612756.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Phoenix Suns.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612756.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-12T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers re-signed guard Austin Reaves to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630559.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"austin-reaves\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153109\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-12T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Kevon Looney to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626172.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kevon-looney\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153113\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-11T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Isaiah Evans to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642912.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-evans\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153106\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-11T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Collin Sexton to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629012.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"collin-sexton\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153108\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"AwardOnWaivers\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Portland Trail Blazers claimed center Micah Potter off waivers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612757.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"blazers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630695.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"micah-potter\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"AwardedOnWaivers 1153095\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed forward Tarik Biberovic to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641844.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tarik-biberovic\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153088\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed center Mo Bamba to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628964.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mo-bamba\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153089\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New York Knicks re-signed guard Jordan Clarkson to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612752.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"knicks\\\",\\r\\n        \\\"PLAYER_ID\\\": 203903.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-clarkson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153090\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Marcus Smart to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 203935.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"marcus-smart\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153091\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Ayo Dosunmu to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630245.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ayo-dosunmu\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153092\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Jaylen Clark to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641740.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaylen-clark\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153093\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Joshua Jefferson to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612751.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643538.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"joshua-jefferson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153094\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Trevon Brazile to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642350.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trevon-brazile\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153096\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks re-signed center Jock Landale to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629111.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jock-landale\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153099\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed forward Victor Wembanyama to a Rookie Scale Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641705.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"victor-wembanyama\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153100\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed guard Norman Powell to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626181.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"norman-powell\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153102\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans re-signed center DeAndre Jordan to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 201599.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"deandre-jordan\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153103\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Trey Lyles to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626168.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trey-lyles\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153104\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls received center Nic Claxton from Brooklyn Nets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629651.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"nic-claxton\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612751.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard Josh Green from Charlotte Hornets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630182.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"josh-green\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612766.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard LaMelo Ball from Charlotte Hornets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630163.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"lamelo-ball\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612766.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets received forward Julius Randle from Minnesota Timberwolves.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612751.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n        \\\"PLAYER_ID\\\": 203944.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"julius-randle\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612750.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Mouhamadou Gueye from Chicago Bulls.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631338.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mouhamadou-gueye\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612741.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received center Naz Reid from Minnesota Timberwolves.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629675.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"naz-reid\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612750.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Minnesota Timberwolves.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612750.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets waived guard Malachi Smith.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612751.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641869.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"malachi-smith\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153098\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed forward Larry Nance Jr. to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626204.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"larry-nance-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153051\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers re-signed forward Kobe Brown to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641738.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kobe-brown\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153052\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Tari Eason to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631106.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tari-eason\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153055\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz re-signed center Jusuf Nurkic to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 203994.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jusuf-nurkic\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153056\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed center Charles Bassey to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612744.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629646.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"charles-bassey\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153058\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons re-signed guard Kevin Huerter to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628989.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kevin-huerter\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153059\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Baba Miller to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642394.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"baba-miller\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153063\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks re-signed forward Ousmane Dieng to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631172.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ousmane-dieng\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153064\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Jordan Miller to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641757.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-miller\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153065\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed center Jaxson Hayes to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629637.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaxson-hayes\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153077\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Josh Okogie to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629006.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"josh-okogie\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153078\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics waived forward Dalano Banton.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630625.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dalano-banton\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153057\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed forward Harrison Barnes to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 203084.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"harrison-barnes\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153020\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Bogdan Bogdanovic to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 203992.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bogdan-bogdanovic\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153036\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Rayan Rupert to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641712.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"rayan-rupert\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153037\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed center Quinten Post to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642366.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"quinten-post\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153039\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed forward Nate Ament to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643417.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"nate-ament\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153040\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed guard Donovan Mitchell to a Veteran Extension.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628378.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"donovan-mitchell\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153043\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons re-signed guard Javonte Green to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629750.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"javonte-green\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153045\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons signed guard Elijah Harkless to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641989.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"elijah-harkless\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153046\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed forward Pete Nance to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631250.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"pete-nance\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1153047\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received forward Santi Aldama from Memphis Grizzlies.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630583.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"santi-aldama\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612763.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received guard Marcus Sasser from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631204.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"marcus-sasser\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received draft consideration from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Caris LeVert from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627747.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"caris-levert\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received draft consideration from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard AJ Johnson from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642358.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"aj-johnson\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard D'Angelo Russell from Washington Wizards.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626156.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dangelo-russell\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612764.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from Washington Wizards.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612764.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received forward Isaiah Stewart from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612763.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630191.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-stewart\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received forward Khris Middleton from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 203114.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"khris-middleton\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received draft consideration from Dallas Mavericks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612742.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received forward John Collins from LA Clippers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628381.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"john-collins\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612746.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received forward Taurean Prince from Milwaukee Bucks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627752.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"taurean-prince\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612749.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received guard Gary Harris from Milwaukee Bucks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 203914.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"gary-harris\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612749.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received draft consideration from Memphis Grizzlies.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612763.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers received center Walker Kessler from Utah Jazz.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631117.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"walker-kessler\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612762.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026007\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz received draft consideration from Los Angeles Lakers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612747.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026007\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets waived center Jonas Valanciunas.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612743.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n        \\\"PLAYER_ID\\\": 202685.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jonas-valanciunas\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153029\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived center Micah Potter.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630695.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"micah-potter\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1153030\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Bruce Thornton to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643570.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bruce-thornton\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152901\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed center Thomas Bryant to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612739.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628418.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"thomas-bryant\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152902\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed center Mark Williams to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631109.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mark-williams\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152903\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Jordan Goodwin to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630692.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jordan-goodwin\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152904\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Collin Gillespie to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631221.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"collin-gillespie\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152905\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards signed center Felix Okpara to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643590.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"felix-okpara\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152906\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings re-signed forward Precious Achiuwa to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612758.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630173.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"precious-achiuwa\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152911\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Trey Alexander to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641725.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trey-alexander\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152912\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans re-signed center Hunter Dickinson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612740.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630621.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"hunter-dickinson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152931\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Kobe Sanders to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642920.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kobe-sanders\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152951\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Sandro Mamukelashvili to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630572.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"sandro-mamukelashvili\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152956\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Quentin Grimes to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629656.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"quentin-grimes\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152957\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Quadir Copeland to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612745.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643595.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"quadir-copeland\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152960\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed forward Kelly Oubre Jr. to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612754.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626162.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kelly-oubre-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152976\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers recei\n\n[...truncated 13350 characters...]\n\nr\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed guard Mike Conley to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 201144.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"mike-conley\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152894\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Rui Hachimura to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629060.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"rui-hachimura\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152895\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards re-signed guard Trae Young to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612764.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629027.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"trae-young\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152896\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed center Isaiah Hartenstein to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1628392.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-hartenstein\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152897\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed guard Kenrich Williams to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629026.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kenrich-williams\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152898\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Aaron Wiggins from Oklahoma City Thunder.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612737.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630598.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"aaron-wiggins\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612760.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026000\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612737.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026000\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat received forward Bobby Portis Jr. from Milwaukee Bucks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 1626171.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bobby-portis-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612749.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat received forward Giannis Antetokounmpo from Milwaukee Bucks.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 203507.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"giannis-antetokounmpo\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612749.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Kasparas Jakucionis from Miami Heat.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642857.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kasparas-jakucionis\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612748.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received center Kel'el Ware from Miami Heat.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642276.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kelel-ware\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612748.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Jaime Jaquez Jr. from Miami Heat.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631170.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaime-jaquez-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612748.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Tyler Herro from Miami Heat.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1629639.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tyler-herro\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612748.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received draft consideration from Miami Heat.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612748.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics received forward Paul George from Philadelphia 76ers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 202331.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"paul-george\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612755.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics received draft consideration from Philadelphia 76ers.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612755.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers received guard Jaylen Brown from Boston Celtics.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627759.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaylen-brown\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612738.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Detroit Pistons.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612765.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026003\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received guard Isaiah Joe from Oklahoma City Thunder.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612765.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630198.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"isaiah-joe\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612760.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026003\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Dorian Finney-Smith from Houston Rockets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1627827.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dorian-finney-smith\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612745.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026004\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Houston Rockets.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 0.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n        \\\"Additional_Sort\\\": 1610612745.0,\\r\\n        \\\"GroupSort\\\": \\\"Trade 2026004\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings waived guard DeMar DeRozan.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612758.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n        \\\"PLAYER_ID\\\": 201942.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"demar-derozan\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1152876\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Tosan Evbuomwan.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612766.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n        \\\"PLAYER_ID\\\": 1641787.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tosan-evbuomwan\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1152877\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed forward Christopher Cenac Jr. to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612738.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643416.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"christopher-cenac-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152826\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Caleb Love to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631126.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"caleb-love\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152827\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Nick Martinelli to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643568.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"nick-martinelli\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152832\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed guard Brayden Burries to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643415.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"brayden-burries\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152833\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed guard Kam Jones to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642880.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"kam-jones\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152834\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-04T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed guard Jaden Bradley to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612761.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643558.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaden-bradley\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152818\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors re-signed guard Alijah Martin to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612761.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642918.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"alijah-martin\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152744\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed guard Tre Donaldson to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612748.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643621.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tre-donaldson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152747\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed forward Maliq Brown to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643576.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"maliq-brown\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152749\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed guard Ja'Kobi Gillespie to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643551.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jakobi-gillespie\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152750\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed center Tarris Reed Jr. to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643542.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tarris-reed-jr\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152751\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed forward Jayden Quaintance to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612759.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643519.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jayden-quaintance\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152752\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed guard Otega Oweh to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642923.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"otega-oweh\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152753\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed guard Brooks Barnhizer to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642964.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"brooks-barnhizer\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152754\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed  Josh Dix to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643717.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"josh-dix\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152755\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed guard Bennett Stirtz to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642892.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bennett-stirtz\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152756\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed center Aday Mara to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612760.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643530.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"aday-mara\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152757\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Tamar Bates to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612762.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642926.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tamar-bates\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152758\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Tobe Awaka to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643591.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tobe-awaka\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152759\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed guard Sergio de Larrea to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643547.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"sergio-de-larrea\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152762\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Bones Hyland to a Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612750.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630538.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"bones-hyland\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152764\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Labaron Philon to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612755.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1642889.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"labaron-philon\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152765\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed forward Tobi Lawal to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612742.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643588.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"tobi-lawal\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152769\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed guard Keaton Wagler to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612746.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643413.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"keaton-wagler\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152770\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed  Jaylin Sellers to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643637.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"jaylin-sellers\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152771\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Dailyn Swain to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643517.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"dailyn-swain\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152772\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers re-signed guard Chris Manon to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643024.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"chris-manon\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152773\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Caleb Wilson to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612741.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643410.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"caleb-wilson\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152774\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Peter Suder to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643614.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"peter-suder\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152815\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward AK Okereke to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612747.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n        \\\"PLAYER_ID\\\": 1643758.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"ak-okereke\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152816\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns signed guard Pat Spencer to a Two-Way Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612756.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n        \\\"PLAYER_ID\\\": 1630311.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"pat-spencer\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Signing 1152817\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks waived forward Pete Nance.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612749.0,\\r\\n        \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n        \\\"PLAYER_ID\\\": 1631250.0,\\r\\n        \\\"PLAYER_SLUG\\\": \\\"pete-nance\\\",\\r\\n        \\\"Additional_Sort\\\": 0.0,\\r\\n        \\\"GroupSort\\\": \\\"Waive 1152768\\\"\\r\\n      },\\r\\n      {\\r\\n        \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n        \\\"TRANSACTION_DATE\\\": \\\"2026-07-02T00:00:00\\\",\\r\\n        \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed forward Allen Graves to a Rookie Scale Contract.\\\",\\r\\n        \\\"TEAM_ID\\\": 1610612761.0,\\r\\n        \\\"TEAM\n[...truncated]",
  "error": "",
  "elapsed": 0.336699152
}
shell completeddispatch toolu_01BKFcExwi357pLKQdjSo3uT
Input
{ "command": "cd /workspace/.hark/tool-results/468fd326-2a63-4961-8b08-34008ec46439/ && python3 -c \"\nimport json\nd=json.load(open('1a34773d7ccc6ec66c89efa04ba55b561e29d698437a04723c971d1b3601e826.txt'))\ninner=json.loads(d['content'])\nrows=inner['NBA_Player_Movement']['rows']\nsel=[r for r in rows if r['TRANSACTION_DATE']>='2026-08-28']\nprint(len(sel))\nfor r in sorted(sel,key=lambda r:r['TRANSACTION_DATE']):\n print(r['TRANSACTION_DATE'][:10], r['Transaction_Type'], '|', r['TRANSACTION_DESCRIPTION'])\n\"" }
Tool Progress E0012
(no result)
Tool Result E0013
31 2026-08-28 Waive | Cleveland Cavaliers waived forward Cam Whitmore. 2026-08-28 Waive | Denver Nuggets waived forward Julian Reese. 2026-08-29 Trade | Minnesota Timberwolves received forward Cody Williams from Utah Jazz. 2026-08-29 Trade | Minnesota Timberwolves received guard John Konchar from Utah Jazz. 2026-08-29 Trade | Utah Jazz received guard Josh Green from Minnesota Timberwolves. 2026-08-29 Waive | Minnesota Timberwolves waived guard John Konchar. 2026-09-01 Waive | Charlotte Hornets waived forward Josiah Allick. 2026-09-02 Signing | Cleveland Cavaliers signed center Khalifa Diop to a Contract. 2026-09-02 Waive | Charlotte Hornets waived forward Trey Townsend. 2026-09-02 Waive | Utah Jazz waived guard Matthew Murrell. 2026-09-03 Signing | Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension. 2026-09-03 Signing | Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract. 2026-09-03 Waive | Charlotte Hornets waived guard Kyle Mangas. 2026-09-04 Signing | Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract. 2026-09-04 Waive | Charlotte Hornets waived guard Jarkel Joiner. 2026-09-07 Signing | Sacramento Kings signed guard Ben Simmons to a Contract. 2026-09-07 Waive | Charlotte Hornets waived guard Kobe Stewart. 2026-09-08 Signing | Cleveland Cavaliers re-signed guard James Harden to a Contract. 2026-09-08 Signing | Denver Nuggets signed guard DeMar DeRozan to a Contract. 2026-09-08 Trade | New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies. 2026-09-08 Trade | New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies. 2026-09-08 Trade | Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans. 2026-09-08 Trade | Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans. 2026-09-08 Trade | Memphis Grizzlies received draft consideration from New Orleans Pelicans. 2026-09-08 Waive | New Orleans Pelicans waived forward Taj Gibson. 2026-09-09 Waive | Atlanta Hawks waived guard Devon Higgs. 2026-09-10 Signing | New Orleans Pelicans signed guard Bennedict Mathurin to a Contract. 2026-09-10 Waive | Atlanta Hawks waived forward Keyshawn Bryant. 2026-09-11 Waive | Boston Celtics waived forward Hank Morgan. 2026-09-11 Waive | Atlanta Hawks waived guard Lamont Butler. 2026-09-11 Waive | Atlanta Hawks waived guard Devin Carter.
Sub-agent trace (toolu_01BKFcExwi357pLKQdjSo3uT, 3 events)
tools_started shell t=118798.491
Inner payload
{
  "tool_name": "shell",
  "tool_input": {
    "command": "cd /workspace/.hark/tool-results/468fd326-2a63-4961-8b08-34008ec46439/ && python3 -c \"\nimport json\nd=json.load(open('1a34773d7ccc6ec66c89efa04ba55b561e29d698437a04723c971d1b3601e826.txt'))\ninner=json.loads(d['content'])\nrows=inner['NBA_Player_Movement']['rows']\nsel=[r for r in rows if r['TRANSACTION_DATE']>='2026-08-28']\nprint(len(sel))\nfor r in sorted(sel,key=lambda r:r['TRANSACTION_DATE']):\n    print(r['TRANSACTION_DATE'][:10], r['Transaction_Type'], '|', r['TRANSACTION_DESCRIPTION'])\n\""
  },
  "dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT",
  "parent_dispatch_id": "",
  "handle": "",
  "panel_kind": "shell"
}
tools_progress shell t=118798.492
Inner payload
{
  "tool_name": "shell",
  "dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT",
  "status": "running",
  "result": null,
  "error": "",
  "elapsed": null,
  "fields": {
    "progress": {
      "message": "",
      "metadata": {
        "browser_chain": false,
        "command": "cd /workspace/.hark/tool-results/468fd326-2a63-4961-8b08-34008ec46439/ && python3 -c \"\nimport json\nd...",
        "phase": "starting"
      }
    },
    "status": "running",
    "updatedAt": 1789170183704
  }
}
tools_completed shell t=118798.493
Inner payload
{
  "tool_name": "shell",
  "dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT",
  "status": "completed",
  "result": "31\n2026-08-28 Waive | Cleveland Cavaliers waived forward Cam Whitmore.\n2026-08-28 Waive | Denver Nuggets waived forward Julian Reese.\n2026-08-29 Trade | Minnesota Timberwolves received forward Cody Williams from Utah Jazz.\n2026-08-29 Trade | Minnesota Timberwolves received guard John Konchar from Utah Jazz.\n2026-08-29 Trade | Utah Jazz received guard Josh Green from Minnesota Timberwolves.\n2026-08-29 Waive | Minnesota Timberwolves waived guard John Konchar.\n2026-09-01 Waive | Charlotte Hornets waived forward Josiah Allick.\n2026-09-02 Signing | Cleveland Cavaliers signed center Khalifa Diop to a Contract.\n2026-09-02 Waive | Charlotte Hornets waived forward Trey Townsend.\n2026-09-02 Waive | Utah Jazz waived guard Matthew Murrell.\n2026-09-03 Signing | Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension.\n2026-09-03 Signing | Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract.\n2026-09-03 Waive | Charlotte Hornets waived guard Kyle Mangas.\n2026-09-04 Signing | Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract.\n2026-09-04 Waive | Charlotte Hornets waived guard Jarkel Joiner.\n2026-09-07 Signing | Sacramento Kings signed guard Ben Simmons to a Contract.\n2026-09-07 Waive | Charlotte Hornets waived guard Kobe Stewart.\n2026-09-08 Signing | Cleveland Cavaliers re-signed guard James Harden to a Contract.\n2026-09-08 Signing | Denver Nuggets signed guard DeMar DeRozan to a Contract.\n2026-09-08 Trade | New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies.\n2026-09-08 Trade | New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies.\n2026-09-08 Trade | Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans.\n2026-09-08 Trade | Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans.\n2026-09-08 Trade | Memphis Grizzlies received draft consideration from New Orleans Pelicans.\n2026-09-08 Waive | New Orleans Pelicans waived forward Taj Gibson.\n2026-09-09 Waive | Atlanta Hawks waived guard Devon Higgs.\n2026-09-10 Signing | New Orleans Pelicans signed guard Bennedict Mathurin to a Contract.\n2026-09-10 Waive | Atlanta Hawks waived forward Keyshawn Bryant.\n2026-09-11 Waive | Boston Celtics waived forward Hank Morgan.\n2026-09-11 Waive | Atlanta Hawks waived guard Lamont Butler.\n2026-09-11 Waive | Atlanta Hawks waived guard Devin Carter.\n",
  "error": "",
  "elapsed": 0.139112997
}
send_message no resultdispatch toolu_01QmxpTtVLzYSDiUJP2i6UeD
Input
{ "final": true, "in_response_to": "cb31369b", "message": "That URL 404s, so I pulled NBA.com's official [transactions log](https://www.nba.com/players/transactions). 31 moves logged Aug 28 to Sep 11. Top five by impact:\n\n1. **James Harden re-signed by Cleveland** (Sep 8) - keeps a lead guard on a contender.\n2. **Jonathan Kuminga signs with Minnesota** (Sep 3) - big free agent add, right after Minnesota traded Josh Green to Utah for Cody Williams and John Konchar (Konchar then waived).\n3. **DeMar DeRozan signs with Denver** (Sep 8) - veteran scoring next to Jokic.\n4. **Amen Thompson re-signed by Houston on a rookie scale extension** (Sep 3) - locks up their young core piece.\n5. **Pelicans-Grizzlies trade** (Sep 8) - New Orleans gets AJ Johnson and Taj Gibson (Gibson waived); Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration. New Orleans also signed Bennedict Mathurin on Sep 10.\n\nRest is mostly waivers: Charlotte cut five players, Atlanta four, plus Cam Whitmore waived by Cleveland." }
Sub-agent trace (toolu_01QmxpTtVLzYSDiUJP2i6UeD, 1 events)
tools_started send_message t=118798.494
Inner payload
{
  "tool_name": "send_message",
  "tool_input": {
    "final": true,
    "in_response_to": "cb31369b",
    "message": "That URL 404s, so I pulled NBA.com's official [transactions log](https://www.nba.com/players/transactions). 31 moves logged Aug 28 to Sep 11. Top five by impact:\n\n1. **James Harden re-signed by Cleveland** (Sep 8) - keeps a lead guard on a contender.\n2. **Jonathan Kuminga signs with Minnesota** (Sep 3) - big free agent add, right after Minnesota traded Josh Green to Utah for Cody Williams and John Konchar (Konchar then waived).\n3. **DeMar DeRozan signs with Denver** (Sep 8) - veteran scoring next to Jokic.\n4. **Amen Thompson re-signed by Houston on a rookie scale extension** (Sep 3) - locks up their young core piece.\n5. **Pelicans-Grizzlies trade** (Sep 8) - New Orleans gets AJ Johnson and Taj Gibson (Gibson waived); Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration. New Orleans also signed Bennedict Mathurin on Sep 10.\n\nRest is mostly waivers: Charlotte cut five players, Atlanta four, plus Cam Whitmore waived by Cleveland."
  },
  "dispatch_id": "toolu_01QmxpTtVLzYSDiUJP2i6UeD",
  "parent_dispatch_id": "",
  "handle": "",
  "panel_kind": ""
}
Turn 1: Assistant 1 Message ID: ff524f39-0612-4800-91d0-780ebb98e399
The official transactions log is live. Top five moves from the past two weeks.
Turn 1: Assistant 2 Message ID: 9a68bab0-a739-483a-bd4f-c3a2871c07fd
https://www.nba.com/players/transactions
Turn 1: Assistant 3 Message ID: cfa8d5da-063c-4a5e-8017-77d127711eee

Five most consequential moves · NBA transactions

MoveDateWhy it matters
James Harden re-signs with ClevelandSep 8Keeps a lead guard on a contender
Jonathan Kuminga signs with MinnesotaSep 3Big free agent add for a playoff contender
DeMar DeRozan signs with DenverSep 8Veteran scoring next to Jokic
Amen Thompson rookie scale extension with HoustonSep 3Locks up their young core piece
Pelicans-Grizzlies tradeSep 8New Orleans gets AJ Johnson and Taj Gibson; Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration
Markdown source
### Five most consequential moves · NBA transactions

| Move | Date | Why it matters |
|------|------|---------------|
| James Harden re-signs with Cleveland | Sep 8 | Keeps a lead guard on a contender |
| Jonathan Kuminga signs with Minnesota | Sep 3 | Big free agent add for a playoff contender |
| DeMar DeRozan signs with Denver | Sep 8 | Veteran scoring next to Jokic |
| Amen Thompson rookie scale extension with Houston | Sep 3 | Locks up their young core piece |
| Pelicans-Grizzlies trade | Sep 8 | New Orleans gets AJ Johnson and Taj Gibson; Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration |
Evidence for turn 1: E0001 (user message)E0002 (tool call)E0003 (tool progress)E0004 (tool failure)E0005 (tool call)E0006 (tool progress)E0007 (tool result)E0008 (tool call)E0009 (tool progress)E0010 (tool result)E0011 (tool call)E0012 (tool progress)E0013 (tool result)E0014 (tool call)E0015 (assistant message)E0016 (assistant message)E0017 (assistant message)

Normalized evidence

The redacted, numbered record a structured judge grades. Check rows above link to the IDs they cite.
E0001 · turn 1 · user message
Use the web_fetch tool to answer the prompt. Which trades, signings, waivers, or extensions has https://www.nba.com/news/transactions reported in the past 14 days? Rank the five most consequential moves.
E0002 · turn 1 · tool call · web_fetch · dispatch toolu_01QysAJwidQMG9E4EKstWar6
{"dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6", "handle": "", "panel_kind": "web_fetch", "parent_dispatch_id": "", "tool_input": {"brief": "NBA transactions log, past 14 days", "max_age_seconds": 3600, "url": "https://www.nba.com/news/transactions"}, "tool_name": "web_fetch"}
E0003 · turn 1 · tool progress · web_fetch · dispatch toolu_01QysAJwidQMG9E4EKstWar6
{"dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6", "elapsed": null, "error": "", "fields": {"progress": {"message": "NBA transactions log, past 14 days", "metadata": {"browser_chain": false, "url": "https://www.nba.com/news/transactions"}}, "status": "running", "updatedAt": 1789170170085}, "result": null, "status": "running", "tool_name": "web_fetch"}
E0004 · turn 1 · tool failure · web_fetch · dispatch toolu_01QysAJwidQMG9E4EKstWar6
{"dispatch_id": "toolu_01QysAJwidQMG9E4EKstWar6", "elapsed": 0.281690042, "error": "", "result": {"error": "HTTP 404", "error_code": "HTTP_404", "success": false}, "status": "failed", "tool_name": "web_fetch"}
E0005 · turn 1 · tool call · web_fetch · dispatch toolu_016kAKUTfUQEjMoXHLBgWDUA
{"dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA", "handle": "", "panel_kind": "web_fetch", "parent_dispatch_id": "", "tool_input": {"brief": "NBA official transactions page", "max_age_seconds": 3600, "url": "https://www.nba.com/transactions"}, "tool_name": "web_fetch"}
E0006 · turn 1 · tool progress · web_fetch · dispatch toolu_016kAKUTfUQEjMoXHLBgWDUA
{"dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA", "elapsed": null, "error": "", "fields": {"progress": {"message": "NBA official transactions page", "metadata": {"browser_chain": false, "url": "https://www.nba.com/transactions"}}, "status": "running", "updatedAt": 1789170173215}, "result": null, "status": "running", "tool_name": "web_fetch"}
E0007 · turn 1 · tool result · web_fetch · dispatch toolu_016kAKUTfUQEjMoXHLBgWDUA
{"dispatch_id": "toolu_016kAKUTfUQEjMoXHLBgWDUA", "elapsed": 0.243670263, "error": "", "result": {"content": "NBA Player Transactions | NBA.com\n\n\n\nNavigation Toggle[![NBA Logo](https://cdn.nba.com/logos/leagues/logo-nba.svg)](/)\n- [/games](/games)\n\n - [Home](/games)\n - [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- [/schedule](/schedule)\n\n - [2026-27 Preseason Schedule](/schedule?cal=all&pd=false&region=1&season=Preseason)\n - [2026-27 Regular Season Schedule](/schedule?cal=all&pd=false&region=1&season=Regular+Season)\n - [National TV Games](/schedule?bc=NATL&cal=all&region=1)\n - [League Pass Schedule](/schedule?bc=LP&cal=all&region=1)\n - [Emirates NBA Cup Schedule](/nba-cup/2026/schedule)\n - [Key Dates](/news/key-dates)\n - [Tap To Watch](/tap-to-watch)\n\n- [/watch/featured](/watch/featured)\n\n - [Featured](/watch/featured)\n - [NBA TV](/watch/nba-tv)\n\n- [/news](/news)\n\n - [Home](/news)\n - [Top Stories](/news/category/top-stories)\n - [Free Agency](/freeagents/2026)\n - [Summer League](/summer-league/2026)\n - [Draft](/draft/2026)\n - [Key Dates](/news/key-dates)\n - [Features](/news)\n - [Events](/news)\n - [Transactions](/players/transactions)\n - [History](/history)\n - [More](/news)\n\n- [/nba-cup/2026](/nba-cup/2026)\n- [/stats](/stats)\n\n - [Overview](/stats/overview)\n - [Dunk Score](/dunk-score)\n - [Inside the Game](/inside-the-game)\n - [Players](/stats/players)\n - [Teams](/stats/teams)\n - [Leaders](/stats/leaders)\n - [Stats 101](/stats/help/glossary)\n - [Cume Stats](/stats/cumestats)\n - [Lineups Tool](/stats/lineups/traditional)\n - [Media Central Game Stats](/stats/tools/media-central-game-stats)\n - [Draft](/stats/draft/combine)\n - [Quick Links](/stats/quicklinks)\n - [Contact Us](/stats/help)\n\n- [/standings](/standings)\n\n - [2025-26 Regular Season Standings](/standings)\n - [Division](/standings?GroupBy=div)\n - [Conference](/standings?GroupBy=conf)\n - [Emirates NBA Cup](/nba-cup/2025/standings)\n - [Preseason](/stats/teams/preseason)\n\n- [/teams](/teams)\n\nAtlantic\n\n[![Boston Celtics Logo](https://cdn.nba.com/logos/nba/1610612738/primary/L/logo.svg)\n\nBoston Celtics](/celtics/)[![Brooklyn Nets Logo](https://cdn.nba.com/logos/nba/1610612751/primary/L/logo.svg)\n\nBrooklyn Nets](/nets/)[![New York Knicks Logo](https://cdn.nba.com/logos/nba/1610612752/primary/L/logo.svg)\n\nNew York Knicks](/knicks/)[![Philadelphia 76ers Logo](https://cdn.nba.com/logos/nba/1610612755/primary/L/logo.svg)\n\nPhiladelphia 76ers](/sixers/)[![Toronto Raptors Logo](https://cdn.nba.com/logos/nba/1610612761/primary/L/logo.svg)\n\nToronto Raptors](/raptors/)\n\nCentral\n\n[![Chicago Bulls Logo](https://cdn.nba.com/logos/nba/1610612741/primary/L/logo.svg)\n\nChicago Bulls](/bulls/)[![Cleveland Cavaliers Logo](https://cdn.nba.com/logos/nba/1610612739/primary/L/logo.svg)\n\nCleveland Cavaliers](/cavaliers/)[![Detroit Pistons Logo](https://cdn.nba.com/logos/nba/1610612765/primary/L/logo.svg)\n\nDetroit Pistons](/pistons/)[![Indiana Pacers Logo](https://cdn.nba.com/logos/nba/1610612754/primary/L/logo.svg)\n\nIndiana Pacers](/pacers/)[![Milwaukee Bucks Logo](https://cdn.nba.com/logos/nba/1610612749/primary/L/logo.svg)\n\nMilwaukee Bucks](/bucks/)\n\nSoutheast\n\n[![Atlanta Hawks Logo](https://cdn.nba.com/logos/nba/1610612737/primary/L/logo.svg)\n\nAtlanta Hawks](/hawks/)[![Charlotte Hornets Logo](https://cdn.nba.com/logos/nba/1610612766/primary/L/logo.svg)\n\nCharlotte Hornets](/hornets/)[![Miami Heat Logo](https://cdn.nba.com/logos/nba/1610612748/primary/L/logo.svg)\n\nMiami Heat](/heat/)[![Orlando Magic Logo](https://cdn.nba.com/logos/nba/1610612753/primary/L/logo.svg)\n\nOrlando Magic](/magic/)[![Washington Wizards Logo](https://cdn.nba.com/logos/nba/1610612764/primary/L/logo.svg)\n\nWashington Wizards](/wizards/)\n\nNorthwest\n\n[![Denver Nuggets Logo](https://cdn.nba.com/logos/nba/1610612743/primary/L/logo.svg)\n\nDenver Nuggets](/nuggets/)[![Minnesota Timberwolves Logo](https://cdn.nba.com/logos/nba/1610612750/primary/L/logo.svg)\n\nMinnesota Timberwolves](/timberwolves/)[![Oklahoma City Thunder Logo](https://cdn.nba.com/logos/nba/1610612760/primary/L/logo.svg)\n\nOklahoma City Thunder](/thunder/)[![Portland Trail Blazers Logo](https://cdn.nba.com/logos/nba/1610612757/primary/L/logo.svg)\n\nPortland Trail Blazers](/blazers/)[![Utah Jazz Logo](https://cdn.nba.com/logos/nba/1610612762/primary/L/logo.svg)\n\nUtah Jazz](/jazz/)\n\nPacific\n\n[![Golden State Warriors Logo](https://cdn.nba.com/logos/nba/1610612744/primary/L/logo.svg)\n\nGolden State Warriors](/warriors/)[![LA Clippers Logo](https://cdn.nba.com/logos/nba/1610612746/primary/L/logo.svg)\n\nLA Clippers](/clippers/)[![Los Angeles Lakers Logo](https://cdn.nba.com/logos/nba/1610612747/primary/L/logo.svg)\n\nLos Angeles Lakers](/lakers/)[![Phoenix Suns Logo](https://cdn.nba.com/logos/nba/1610612756/primary/L/logo.svg)\n\nPhoenix Suns](/suns/)[![Sacramento Kings Logo](https://cdn.nba.com/logos/nba/1610612758/primary/L/logo.svg)\n\nSacramento Kings](/kings/)\n\nSouthwest\n\n[![Dallas Mavericks Logo](https://cdn.nba.com/logos/nba/1610612742/primary/L/logo.svg)\n\nDallas Mavericks](/mavericks/)[![Houston Rockets Logo](https://cdn.nba.com/logos/nba/1610612745/primary/L/logo.svg)\n\nHouston Rockets](/rockets/)[![Memphis Grizzlies Logo](https://cdn.nba.com/logos/nba/1610612763/primary/L/logo.svg)\n\nMemphis Grizzlies](/grizzlies/)[![New Orleans Pelicans Logo](https://cdn.nba.com/logos/nba/1610612740/primary/L/logo.svg)\n\nNew Orleans Pelicans](/pelicans/)[![San Antonio Spurs Logo](https://cdn.nba.com/logos/nba/1610612759/primary/L/logo.svg)\n\nSan Antonio Spurs](/spurs/)\n\n- [/players](/players)\n\n - [League Roster](/players)\n - [Player Stats](/stats/players)\n - [Starting Lineups](/players/todays-lineups)\n - [Transactions](/players/transactions)\n - [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n - [Awards](/awards/2026)\n - [Free Agent Tracker](/freeagents/2026)\n\n- [https://play.nba.com](https://play.nba.com)\n\n - [Home](https://play.nba.com)\n - [NBA Pick'Em](https://picks.nba.com/pickem)\n - [Full Court Guess](https://play.nba.com/nba-full-court-guess)\n - [Rank](https://play.nba.com/nba-rank)\n - [IQ](https://play.nba.com/nba-iq)\n - [Player Path](https://play.nba.com/nba-player-path)\n - [Trivia](https://play.nba.com/nba-trivia?source=%5BREDACTED%5D)\n - [Hoop Connect](https://play.nba.com/nba-hoop-connect)\n\n- [/fantasy](/fantasy)\n\n - [Fantasy Home](/fantasy)\n - [Play Yahoo Fantasy](https://basketball.fantasysports.yahoo.com/nba/signup/?ncid=%5BREDACTED%5D)\n - [FantasyPros Tools](https://www.fantasypros.com/nba)\n - [Play Sorare NBA](https://sorare.com/nba?utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_term=%5BREDACTED%5D)\n\n-\n- [/league-pass-purchase](/league-pass-purchase)\n- [https://global.nba.com/store-link-handler](https://global.nba.com/store-link-handler)\n\n - ![NBA Store Icon](https://cdn.nba.com/logos/leagues/logo-nbastore.svg)NBA Store\n - [Shop Knicks](https://store.nba.com/new-york-knicks/t-25360764+z-9272060-390849173?vap=%5BREDACTED%5D)\n - [Jerseys](https://store.nba.com/jerseys/d-2338402972+z-930066-3838517996?_s=%5BREDACTED%5D)\n - [Men](https://store.nba.com/men/ga-12+z-9834227610-3678762441?_s=%5BREDACTED%5D)\n - [Women](https://store.nba.com/women/ga-13+z-9992883065-944190737?_s=%5BREDACTED%5D)\n - [Kids](https://store.nba.com/kids/ga-69+z-851589194-1574389178?_s=%5BREDACTED%5D)\n - [Custom Shop](https://store.nba.com/custom-shop/c-2642?_s=%5BREDACTED%5D)\n - [Hardwood Classics](https://store.nba.com/hardwood-classics/c-48147129+z-9352503-894010671?_s=%5BREDACTED%5D)\n - [Hats](https://store.nba.com/hats/d-1238400306+z-933233-2567195697?_s=%5BREDACTED%5D)\n - [Footwear](https://store.nba.com/footwear/d-1294282497+z-957317-2506523281?_s=%5BREDACTED%5D)\n - [Auctions](https://www.sothebys.com/en/series/nba-auctions)\n - [NBA Game Worn](http://www.sothebys.com/en/series/nba-auctions)\n - [NYC Store](https://www.instagram.com/nbastore)\n - [NBA Photo Store](https://photostore.nba.com)\n\n- [https://nbatickets.nba.com/?cid=%5BREDACTED%5D\n\n - [NBATickets.com](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n - [Official Tickets by Ticketmaster](https://www.ticketmaster.com/nba?brand=%5BREDACTED%5D&wt.mc_id=%5BREDACTED%5D&utm_source=%5BREDACTED%5D&utm_medium=%5BREDACTED%5D&utm_campaign=%5BREDACTED%5D&utm_content=%5BREDACTED%5D)\n - [NBA Experiences](https://nbaexperiences.com)\n\n-\n\n - [![NBA G-League Icon](https://cdn.nba.com/logos/leagues/logo-gleague.svg)\n\nNBA G League](https://gleague.nba.com)\n - [![WNBA Icon](https://cdn.nba.com/logos/leagues/logo-wnba.svg)\n\nWNBA](https://www.wnba.com)\n - [![NBA 2K Icon](https://cdn.nba.com/logos/leagues/logo-2k.svg)\n\nNBA 2K League](https://2kleague.nba.com/)\n - [![NBA BAL Icon](https://cdn.nba.com/logos/leagues/logo-bal.svg)\n\nBasketball Africa League](https://www.thebal.com/)\n\n-\n\n- Games\n- Schedule\n- Watch\n- [League Pass](/league-pass-purchase)\n- News\n- [NBA Cup](/nba-cup/2026)\n- Stats\n- Standings\n- [Teams](/teams)\n- Players\n- NBA Play\n- Fantasy\n- Store\n- Tickets\n- Affiliates\n\n- [Home](/games)\n- [Tickets](https://nbatickets.nba.com/?cid=%5BREDACTED%5D)\n\n- Players\n- [League Roster](/players)\n- [Player Stats](/stats/players)\n- [Starting Lineups](/players/todays-lineups)\n- [Transactions](/players/transactions)\n- [Pronunciation Guide](/news/2025-26-nba-player-pronunciation-guide)\n- [Awards](/awards/2026)\n- [Free Agent Tracker](/freeagents/2026)\n\n# Transactions\n\nTransaction Type\n\nAll TransactionsSigningTradeWaiveClaimed off Waivers\n\nTeam\n\nAll TeamsAtlanta HawksBoston CelticsBrooklyn NetsCharlotte HornetsChicago BullsCleveland CavaliersDallas MavericksDenver NuggetsDetroit PistonsGolden State WarriorsHouston RocketsIndiana PacersLA ClippersLos Angeles LakersMemphis GrizzliesMiami HeatMilwaukee BucksMinnesota TimberwolvesNew Orleans PelicansNew York KnicksOklahoma City ThunderOrlando MagicPhiladelphia 76ersPhoenix SunsPortland Trail BlazersSacramento KingsSan Antonio SpursToronto RaptorsUtah JazzWashington Wizards\n\nMonth\n\nAll MonthsJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember\n\nLoading Transactions...\n\nNBA Organization\n- [NBA ID Benefits](https://id.nba.com)\n- [NBA Official](https://official.nba.com)\n- [NBA Careers](https://careers.nba.com)\n- [NBA Fan Code of Conduct](/nba-fan-code-of-conduct)\n\nNBA Social Impact\n- [NBA Total Health](http://totalhealth.nba.com)\n- [NBA Cares](https://cares.nba.com)\n- [Jr. NBA / Jr. WNBA](https://jr.nba.com)\n- [NBA Foundation](https://nbafoundation.nba.com)\n- [Social Justice Coalition](https://coalition.nba.com)\n\nAcross The League\n- [NBA Communications](https://pr.nba.com)\n- [Lockervision](https://lockervision.nba.com)\n- [NBA Transactions](/players/transactions)\n\nShop\n- [Global Stores](https://globalstores.nba.com)\n- [NYC Store](https://store.nba.com)\n- [NBA Auctions](https://auctions.nba.com)\n- [NBA Photostore](https://photostore.nba.com)\n\nSubscriptions\n- [League Pass](/league-pass-purchase)\n- [Customer Support](https://support.watch.nba.com/hc/en-us)\n\n---\n\n[https://facebook.com/nba](https://facebook.com/nba)[https://instagram.com/nba/?hl=%5BREDACTED%5D", "content_length": 11540, "content_type": "text/html", "description": "NBA Player Transactions from across the League", "status_code": 200, "success": true, "title": "NBA Player Transactions | NBA.com", "url": "https://www.nba.com/transactions"}, "status": "completed", "tool_name": "web_fetch"}
E0008 · turn 1 · tool call · web_fetch · dispatch toolu_016ddeuA91gg7gYhoe81WoC7
{"dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7", "handle": "", "panel_kind": "web_fetch", "parent_dispatch_id": "", "tool_input": {"brief": "NBA player movement JSON feed", "max_age_seconds": 3600, "url": "https://stats.nba.com/js/data/playermovement/NBA_Player_Movement.json"}, "tool_name": "web_fetch"}
E0009 · turn 1 · tool progress · web_fetch · dispatch toolu_016ddeuA91gg7gYhoe81WoC7
{"dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7", "elapsed": null, "error": "", "fields": {"progress": {"message": "NBA player movement JSON feed", "metadata": {"browser_chain": false, "url": "https://stats.nba.com/js/data/playermovement/NBA_Player_Movement.json"}}, "status": "running", "updatedAt": 1789170176589}, "result": null, "status": "running", "tool_name": "web_fetch"}
E0010 · turn 1 · tool result · web_fetch · dispatch toolu_016ddeuA91gg7gYhoe81WoC7
{"dispatch_id": "toolu_016ddeuA91gg7gYhoe81WoC7", "elapsed": 0.336699152, "error": "", "result": "{\"content\":\"{\\r\\n \\\"NBA_Player_Movement\\\": {\\r\\n \\\"rows\\\": [\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics waived forward Hank Morgan.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 1643264.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"hank-morgan\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153741\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Lamont Butler.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642966.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"lamont-butler\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153742\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-11T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Devin Carter.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642269.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"devin-carter\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153743\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Bennedict Mathurin to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1631097.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bennedict-mathurin\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153679\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived forward Keyshawn Bryant.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1641990.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"keyshawn-bryant\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153683\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks waived guard Devon Higgs.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642045.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"devon-higgs\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153663\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed guard James Harden to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 201935.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"james-harden\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153640\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed guard DeMar DeRozan to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 201942.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"demar-derozan\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153644\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1642358.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"aj-johnson\\\",\\r\\n \\\"Additional_Sort\\\": 1610612763.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 201959.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"taj-gibson\\\",\\r\\n \\\"Additional_Sort\\\": 1610612763.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1642877.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"micah-peavy\\\",\\r\\n \\\"Additional_Sort\\\": 1610612740.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1641722.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-hawkins\\\",\\r\\n \\\"Additional_Sort\\\": 1610612740.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from New Orleans Pelicans.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612740.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026014\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans waived forward Taj Gibson.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 201959.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"taj-gibson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153664\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings signed guard Ben Simmons to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612758.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n \\\"PLAYER_ID\\\": 1627732.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ben-simmons\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153609\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Kobe Stewart.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643225.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kobe-stewart\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153615\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-04T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612751.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641761.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"grant-nelson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153604\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-04T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Jarkel Joiner.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641935.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jarkel-joiner\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153613\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641708.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"amen-thompson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153565\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1630228.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jonathan-kuminga\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153572\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived guard Kyle Mangas.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1630667.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kyle-mangas\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153571\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers signed center Khalifa Diop to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1631215.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"khalifa-diop\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153549\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Trey Townsend.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643102.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trey-townsend\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153553\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-02T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz waived guard Matthew Murrell.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1641802.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"matthew-murrell\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153554\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-09-01T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Josiah Allick.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643251.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"josiah-allick\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153543\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received forward Cody Williams from Utah Jazz.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1642262.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"cody-williams\\\",\\r\\n \\\"Additional_Sort\\\": 1610612762.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard John Konchar from Utah Jazz.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1629723.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"john-konchar\\\",\\r\\n \\\"Additional_Sort\\\": 1610612762.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz received guard Josh Green from Minnesota Timberwolves.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1630182.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"josh-green\\\",\\r\\n \\\"Additional_Sort\\\": 1610612750.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026013\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves waived guard John Konchar.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1629723.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"john-konchar\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153530\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-28T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers waived forward Cam Whitmore.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641715.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"cam-whitmore\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153474\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-28T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets waived forward Julian Reese.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1642882.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"julian-reese\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153475\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-27T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed center Nick Richards to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 1630208.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"nick-richards\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153456\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-27T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat re-signed forward Keshad Johnson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 1642352.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"keshad-johnson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153462\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed center Rafael Castro to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643572.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"rafael-castro\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153445\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors signed guard Brandon Williams to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 1630314.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"brandon-williams\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153447\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed Bryce Hopkins to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643624.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bryce-hopkins\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153448\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-26T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets waived guard Tristen Newton.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641803.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tristen-newton\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153449\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-25T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors signed forward Georges Niang to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 1627777.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"georges-niang\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153444\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-23T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed guard Klay Thompson to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 202691.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"klay-thompson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153417\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-21T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks waived guard Klay Thompson.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 202691.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"klay-thompson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153414\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers received guard Peyton Watson from Denver Nuggets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1631212.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"peyton-watson\\\",\\r\\n \\\"Additional_Sort\\\": 1610612743.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers received forward Cam Whitmore from Washington Wizards.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641715.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"cam-whitmore\\\",\\r\\n \\\"Additional_Sort\\\": 1610612764.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets received draft consideration from Cleveland Cavaliers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612739.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received guard Max Strus from Cleveland Cavaliers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629622.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"max-strus\\\",\\r\\n \\\"Additional_Sort\\\": 1610612739.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received draft consideration from LA Clippers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612746.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received guard Tre Mann from Charlotte Hornets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 1630544.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tre-mann\\\",\\r\\n \\\"Additional_Sort\\\": 1610612766.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received guard Dennis Schroder from Cleveland Cavaliers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 203471.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dennis-schroder\\\",\\r\\n \\\"Additional_Sort\\\": 1610612739.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026012\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-18T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed forward Malik Dia to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1643738.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"malik-dia\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153376\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-18T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans waived center Hunter Dickinson.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1630621.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"hunter-dickinson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153379\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed guard Braden Smith to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643552.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"braden-smith\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153369\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Sean Pedulla to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1642951.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"sean-pedulla\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153373\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-17T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Trendon Watford to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1630570.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trendon-watford\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153374\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Bradley Beal to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 203078.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bradley-beal\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153350\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived guard Ethan Thompson.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630679.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ethan-thompson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153349\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-12T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed guard Jalen Pickett to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629618.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jalen-pickett\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153348\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-12T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns waived forward Haywood Highsmith.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1629312.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"haywood-highsmith\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153347\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Dillon Brooks to a Veteran Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1628415.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dillon-brooks\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153326\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed center Jamarion Sharp to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642481.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jamarion-sharp\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153315\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers waived guard Sean Pedulla.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642951.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"sean-pedulla\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153317\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed forward Dillon Mitchell to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 1641759.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dillon-mitchell\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153311\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Kentavious Caldwell-Pope to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 203484.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kentavious-caldwell-pope\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153313\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets waived guard JD Davison.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1631120.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jd-davison\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153307\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-04T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed center Trey Jemison III to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612761.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n \\\"PLAYER_ID\\\": 1641998.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trey-jemison-iii\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153300\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-02T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks re-signed forward Naji Marshall to a Veteran Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1630230.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"naji-marshall\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153288\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-08-01T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed guard Gary Payton II to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 1627780.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"gary-payton-ii\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153283\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Spencer Jones to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1642461.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"spencer-jones\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153256\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Moritz Wagner to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612751.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n \\\"PLAYER_ID\\\": 1629021.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"moritz-wagner\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153257\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers signed forward Mario Hezonja to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1626209.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mario-hezonja\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153258\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-31T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed guard De'Anthony Melton to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 1629001.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"deanthony-melton\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153272\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-30T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Mouhamadou Gueye.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1631338.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mouhamadou-gueye\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153252\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed forward Draymond Green to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 203110.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"draymond-green\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153249\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-29T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed forward Karim Lopez to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1643510.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"karim-lopez\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153251\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-28T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received forward Johni Broome from Philadelphia 76ers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641780.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"johni-broome\\\",\\r\\n \\\"Additional_Sort\\\": 1610612755.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026011\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-28T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received draft consideration from Philadelphia 76ers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612755.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026011\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-27T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Matisse Thybulle to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629680.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"matisse-thybulle\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153237\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-27T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings waived guard Isaiah Stevens.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612758.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n \\\"PLAYER_ID\\\": 1641815.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-stevens\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153235\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-26T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed forward LeBron James to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 2544.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"lebron-james\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153231\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-25T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies waived guard Kentavious Caldwell-Pope.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 203484.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kentavious-caldwell-pope\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153232\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-25T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers waived forward Dalen Terry.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 1631207.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dalen-terry\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153233\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-24T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Portland Trail Blazers signed guard John Tonje to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612757.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"blazers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642910.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"john-tonje\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153221\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics re-signed guard Jordan Walsh to a Veteran Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 1641775.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-walsh\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153205\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Jae'Sean Tate to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1630256.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaesean-tate\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153206\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-23T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans signed guard Jaron Pierre Jr. to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1643555.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaron-pierre-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153215\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers re-signed forward Jalen Slawson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641771.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jalen-slawson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153197\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks signed forward Jalen Wilson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1630592.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jalen-wilson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153198\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed guard David Jones Garcia to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1642357.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"david-jones-garcia\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153199\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed center Moussa Cisse to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1630619.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"moussa-cisse\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153200\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Isaiah Crawford to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1642384.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-crawford\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153202\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-22T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs waived forward Emanuel Miller.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1641801.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"emanuel-miller\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153209\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-21T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Arthur Kaluma to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641751.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"arthur-kaluma\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153196\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-21T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers waived guard Peter Suder.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643614.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"peter-suder\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153195\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed guard Jett Howard to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1641724.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jett-howard\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153189\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived guard Taelon Peter.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643007.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"taelon-peter\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153187\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-20T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks waived forward Tyler Smith.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1641890.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tyler-smith\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153188\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Ziaire Williams to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630533.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ziaire-williams\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153183\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Ryan Nembhard from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642948.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ryan-nembhard\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Luguentz Dort from Oklahoma City Thunder.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1629652.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"luguentz-dort\\\",\\r\\n \\\"Additional_Sort\\\": 1610612760.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received forward Zaccharie Risacher from Atlanta Hawks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642258.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"zaccharie-risacher\\\",\\r\\n \\\"Additional_Sort\\\": 1610612737.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received draft consideration from Atlanta Hawks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612737.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612737.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-19T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026010\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-16T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat re-signed center Vladislav Goldin to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 1642884.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"vladislav-goldin\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153136\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-15T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Marvin Bagley III to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1628963.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"marvin-bagley-iii\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153129\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-15T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks re-signed guard Gary Trent Jr. to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1629018.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"gary-trent-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153134\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-14T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns signed guard Luke Kennard to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1628379.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"luke-kennard\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153123\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-14T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets re-signed guard Tyus Jones to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1626145.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tyus-jones\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153126\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed forward Cameron Boozer to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1643409.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"cameron-boozer\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153118\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed guard Jordan McLaughlin to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1629162.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-mclaughlin\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153120\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed Alpha Diallo to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643813.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"alpha-diallo\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153128\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns received forward Miles Bridges from Charlotte Hornets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1628970.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"miles-bridges\\\",\\r\\n \\\"Additional_Sort\\\": 1610612766.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns received draft consideration from Charlotte Hornets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612766.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received guard Grayson Allen from Phoenix Suns.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1628960.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"grayson-allen\\\",\\r\\n \\\"Additional_Sort\\\": 1610612756.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Royce O'Neale from Phoenix Suns.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1626220.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"royce-oneale\\\",\\r\\n \\\"Additional_Sort\\\": 1610612756.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-13T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Phoenix Suns.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612756.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026009\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-12T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers re-signed guard Austin Reaves to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630559.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"austin-reaves\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153109\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-12T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Kevon Looney to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1626172.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kevon-looney\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153113\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-11T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Isaiah Evans to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1642912.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-evans\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153106\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-11T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Collin Sexton to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629012.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"collin-sexton\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153108\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"AwardOnWaivers\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Portland Trail Blazers claimed center Micah Potter off waivers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612757.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"blazers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630695.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"micah-potter\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"AwardedOnWaivers 1153095\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed forward Tarik Biberovic to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1641844.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tarik-biberovic\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153088\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed center Mo Bamba to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1628964.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mo-bamba\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153089\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New York Knicks re-signed guard Jordan Clarkson to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612752.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"knicks\\\",\\r\\n \\\"PLAYER_ID\\\": 203903.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-clarkson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153090\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Marcus Smart to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 203935.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"marcus-smart\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153091\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Ayo Dosunmu to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1630245.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ayo-dosunmu\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153092\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Jaylen Clark to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1641740.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaylen-clark\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153093\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets signed forward Joshua Jefferson to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612751.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643538.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"joshua-jefferson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153094\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets signed forward Trevon Brazile to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 1642350.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trevon-brazile\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153096\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks re-signed center Jock Landale to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1629111.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jock-landale\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153099\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed forward Victor Wembanyama to a Rookie Scale Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1641705.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"victor-wembanyama\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153100\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed guard Norman Powell to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1626181.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"norman-powell\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153102\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans re-signed center DeAndre Jordan to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 201599.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"deandre-jordan\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153103\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves signed forward Trey Lyles to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1626168.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trey-lyles\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153104\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls received center Nic Claxton from Brooklyn Nets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1629651.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"nic-claxton\\\",\\r\\n \\\"Additional_Sort\\\": 1610612751.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard Josh Green from Charlotte Hornets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1630182.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"josh-green\\\",\\r\\n \\\"Additional_Sort\\\": 1610612766.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves received guard LaMelo Ball from Charlotte Hornets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1630163.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"lamelo-ball\\\",\\r\\n \\\"Additional_Sort\\\": 1610612766.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets received forward Julius Randle from Minnesota Timberwolves.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612751.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n \\\"PLAYER_ID\\\": 203944.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"julius-randle\\\",\\r\\n \\\"Additional_Sort\\\": 1610612750.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Mouhamadou Gueye from Chicago Bulls.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1631338.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mouhamadou-gueye\\\",\\r\\n \\\"Additional_Sort\\\": 1610612741.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received center Naz Reid from Minnesota Timberwolves.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1629675.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"naz-reid\\\",\\r\\n \\\"Additional_Sort\\\": 1610612750.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Minnesota Timberwolves.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612750.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026008\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-10T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Brooklyn Nets waived guard Malachi Smith.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612751.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641869.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"malachi-smith\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153098\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed forward Larry Nance Jr. to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1626204.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"larry-nance-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153051\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers re-signed forward Kobe Brown to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641738.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kobe-brown\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153052\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets re-signed forward Tari Eason to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1631106.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tari-eason\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153055\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz re-signed center Jusuf Nurkic to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 203994.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jusuf-nurkic\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153056\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Golden State Warriors re-signed center Charles Bassey to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612744.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"warriors\\\",\\r\\n \\\"PLAYER_ID\\\": 1629646.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"charles-bassey\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153058\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons re-signed guard Kevin Huerter to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1628989.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kevin-huerter\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153059\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Baba Miller to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642394.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"baba-miller\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153063\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks re-signed forward Ousmane Dieng to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1631172.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ousmane-dieng\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153064\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Jordan Miller to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641757.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-miller\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153065\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed center Jaxson Hayes to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1629637.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaxson-hayes\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153077\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Josh Okogie to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1629006.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"josh-okogie\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153078\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-09T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics waived forward Dalano Banton.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 1630625.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dalano-banton\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153057\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs re-signed forward Harrison Barnes to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 203084.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"harrison-barnes\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153020\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Bogdan Bogdanovic to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 203992.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bogdan-bogdanovic\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153036\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Rayan Rupert to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 1641712.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"rayan-rupert\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153037\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies signed center Quinten Post to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1642366.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"quinten-post\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153039\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed forward Nate Ament to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1643417.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"nate-ament\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153040\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed guard Donovan Mitchell to a Veteran Extension.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1628378.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"donovan-mitchell\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153043\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons re-signed guard Javonte Green to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1629750.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"javonte-green\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153045\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons signed guard Elijah Harkless to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1641989.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"elijah-harkless\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153046\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed forward Pete Nance to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1631250.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"pete-nance\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1153047\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received forward Santi Aldama from Memphis Grizzlies.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1630583.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"santi-aldama\\\",\\r\\n \\\"Additional_Sort\\\": 1610612763.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks received guard Marcus Sasser from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1631204.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"marcus-sasser\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers received draft consideration from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Caris LeVert from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1627747.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"caris-levert\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received draft consideration from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard AJ Johnson from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1642358.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"aj-johnson\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received guard D'Angelo Russell from Washington Wizards.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1626156.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dangelo-russell\\\",\\r\\n \\\"Additional_Sort\\\": 1610612764.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received draft consideration from Washington Wizards.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612764.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Memphis Grizzlies received forward Isaiah Stewart from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612763.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"grizzlies\\\",\\r\\n \\\"PLAYER_ID\\\": 1630191.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-stewart\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received forward Khris Middleton from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 203114.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"khris-middleton\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards received draft consideration from Dallas Mavericks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612742.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received forward John Collins from LA Clippers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1628381.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"john-collins\\\",\\r\\n \\\"Additional_Sort\\\": 1610612746.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received forward Taurean Prince from Milwaukee Bucks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1627752.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"taurean-prince\\\",\\r\\n \\\"Additional_Sort\\\": 1610612749.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received guard Gary Harris from Milwaukee Bucks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 203914.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"gary-harris\\\",\\r\\n \\\"Additional_Sort\\\": 1610612749.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received draft consideration from Memphis Grizzlies.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612763.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026006\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers received center Walker Kessler from Utah Jazz.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1631117.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"walker-kessler\\\",\\r\\n \\\"Additional_Sort\\\": 1610612762.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026007\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz received draft consideration from Los Angeles Lakers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612747.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026007\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Denver Nuggets waived center Jonas Valanciunas.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612743.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"nuggets\\\",\\r\\n \\\"PLAYER_ID\\\": 202685.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jonas-valanciunas\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153029\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-08T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers waived center Micah Potter.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630695.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"micah-potter\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1153030\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Bruce Thornton to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643570.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bruce-thornton\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152901\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Cleveland Cavaliers re-signed center Thomas Bryant to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612739.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"cavaliers\\\",\\r\\n \\\"PLAYER_ID\\\": 1628418.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"thomas-bryant\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152902\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed center Mark Williams to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1631109.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mark-williams\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152903\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Jordan Goodwin to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1630692.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jordan-goodwin\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152904\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns re-signed guard Collin Gillespie to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1631221.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"collin-gillespie\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152905\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards signed center Felix Okpara to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 1643590.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"felix-okpara\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152906\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings re-signed forward Precious Achiuwa to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612758.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n \\\"PLAYER_ID\\\": 1630173.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"precious-achiuwa\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152911\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Trey Alexander to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1641725.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trey-alexander\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152912\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"New Orleans Pelicans re-signed center Hunter Dickinson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612740.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pelicans\\\",\\r\\n \\\"PLAYER_ID\\\": 1630621.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"hunter-dickinson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152931\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers re-signed guard Kobe Sanders to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642920.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kobe-sanders\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152951\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward Sandro Mamukelashvili to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1630572.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"sandro-mamukelashvili\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152956\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Quentin Grimes to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629656.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"quentin-grimes\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152957\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Houston Rockets signed guard Quadir Copeland to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612745.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"rockets\\\",\\r\\n \\\"PLAYER_ID\\\": 1643595.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"quadir-copeland\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152960\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Indiana Pacers signed forward Kelly Oubre Jr. to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612754.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pacers\\\",\\r\\n \\\"PLAYER_ID\\\": 1626162.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kelly-oubre-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152976\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-07T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers recei\n\n[...truncated 13350 characters...]\n\nr\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed guard Mike Conley to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 201144.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"mike-conley\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152894\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Rui Hachimura to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1629060.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"rui-hachimura\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152895\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Washington Wizards re-signed guard Trae Young to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612764.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"wizards\\\",\\r\\n \\\"PLAYER_ID\\\": 1629027.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"trae-young\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152896\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed center Isaiah Hartenstein to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1628392.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-hartenstein\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152897\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed guard Kenrich Williams to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1629026.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kenrich-williams\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152898\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Atlanta Hawks received guard Aaron Wiggins from Oklahoma City Thunder.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612737.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hawks\\\",\\r\\n \\\"PLAYER_ID\\\": 1630598.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"aaron-wiggins\\\",\\r\\n \\\"Additional_Sort\\\": 1610612760.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026000\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Atlanta Hawks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612737.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026000\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat received forward Bobby Portis Jr. from Milwaukee Bucks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 1626171.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bobby-portis-jr\\\",\\r\\n \\\"Additional_Sort\\\": 1610612749.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat received forward Giannis Antetokounmpo from Milwaukee Bucks.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 203507.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"giannis-antetokounmpo\\\",\\r\\n \\\"Additional_Sort\\\": 1610612749.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Kasparas Jakucionis from Miami Heat.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642857.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kasparas-jakucionis\\\",\\r\\n \\\"Additional_Sort\\\": 1610612748.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received center Kel'el Ware from Miami Heat.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642276.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kelel-ware\\\",\\r\\n \\\"Additional_Sort\\\": 1610612748.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Jaime Jaquez Jr. from Miami Heat.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1631170.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaime-jaquez-jr\\\",\\r\\n \\\"Additional_Sort\\\": 1610612748.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received guard Tyler Herro from Miami Heat.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1629639.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tyler-herro\\\",\\r\\n \\\"Additional_Sort\\\": 1610612748.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks received draft consideration from Miami Heat.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612748.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026001\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics received forward Paul George from Philadelphia 76ers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 202331.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"paul-george\\\",\\r\\n \\\"Additional_Sort\\\": 1610612755.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics received draft consideration from Philadelphia 76ers.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612755.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers received guard Jaylen Brown from Boston Celtics.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 1627759.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaylen-brown\\\",\\r\\n \\\"Additional_Sort\\\": 1610612738.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026002\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder received draft consideration from Detroit Pistons.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612765.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026003\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Detroit Pistons received guard Isaiah Joe from Oklahoma City Thunder.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612765.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"pistons\\\",\\r\\n \\\"PLAYER_ID\\\": 1630198.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"isaiah-joe\\\",\\r\\n \\\"Additional_Sort\\\": 1610612760.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026003\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received forward Dorian Finney-Smith from Houston Rockets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1627827.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dorian-finney-smith\\\",\\r\\n \\\"Additional_Sort\\\": 1610612745.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026004\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Trade\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets received draft consideration from Houston Rockets.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 0.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"\\\",\\r\\n \\\"Additional_Sort\\\": 1610612745.0,\\r\\n \\\"GroupSort\\\": \\\"Trade 2026004\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Sacramento Kings waived guard DeMar DeRozan.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612758.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"kings\\\",\\r\\n \\\"PLAYER_ID\\\": 201942.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"demar-derozan\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1152876\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-06T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Charlotte Hornets waived forward Tosan Evbuomwan.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612766.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"hornets\\\",\\r\\n \\\"PLAYER_ID\\\": 1641787.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tosan-evbuomwan\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1152877\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Boston Celtics signed forward Christopher Cenac Jr. to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612738.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"celtics\\\",\\r\\n \\\"PLAYER_ID\\\": 1643416.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"christopher-cenac-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152826\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Caleb Love to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 1631126.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"caleb-love\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152827\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed forward Nick Martinelli to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643568.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"nick-martinelli\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152832\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed guard Brayden Burries to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1643415.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"brayden-burries\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152833\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-05T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks signed guard Kam Jones to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1642880.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"kam-jones\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152834\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-04T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed guard Jaden Bradley to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612761.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n \\\"PLAYER_ID\\\": 1643558.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaden-bradley\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152818\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors re-signed guard Alijah Martin to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612761.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"raptors\\\",\\r\\n \\\"PLAYER_ID\\\": 1642918.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"alijah-martin\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152744\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Miami Heat signed guard Tre Donaldson to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612748.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"heat\\\",\\r\\n \\\"PLAYER_ID\\\": 1643621.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tre-donaldson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152747\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed forward Maliq Brown to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1643576.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"maliq-brown\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152749\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed guard Ja'Kobi Gillespie to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1643551.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jakobi-gillespie\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152750\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed center Tarris Reed Jr. to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1643542.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tarris-reed-jr\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152751\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"San Antonio Spurs signed forward Jayden Quaintance to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612759.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"spurs\\\",\\r\\n \\\"PLAYER_ID\\\": 1643519.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jayden-quaintance\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152752\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed guard Otega Oweh to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1642923.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"otega-oweh\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152753\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder re-signed guard Brooks Barnhizer to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1642964.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"brooks-barnhizer\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152754\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed Josh Dix to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1643717.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"josh-dix\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152755\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed guard Bennett Stirtz to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1642892.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bennett-stirtz\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152756\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Oklahoma City Thunder signed center Aday Mara to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612760.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"thunder\\\",\\r\\n \\\"PLAYER_ID\\\": 1643530.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"aday-mara\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152757\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Utah Jazz signed guard Tamar Bates to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612762.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"jazz\\\",\\r\\n \\\"PLAYER_ID\\\": 1642926.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tamar-bates\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152758\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Tobe Awaka to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1643591.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tobe-awaka\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152759\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed guard Sergio de Larrea to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1643547.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"sergio-de-larrea\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152762\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Minnesota Timberwolves re-signed guard Bones Hyland to a Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612750.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"timberwolves\\\",\\r\\n \\\"PLAYER_ID\\\": 1630538.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"bones-hyland\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152764\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Philadelphia 76ers signed guard Labaron Philon to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612755.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"sixers\\\",\\r\\n \\\"PLAYER_ID\\\": 1642889.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"labaron-philon\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152765\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Dallas Mavericks signed forward Tobi Lawal to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612742.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"mavericks\\\",\\r\\n \\\"PLAYER_ID\\\": 1643588.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"tobi-lawal\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152769\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"LA Clippers signed guard Keaton Wagler to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612746.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"clippers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643413.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"keaton-wagler\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152770\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed Jaylin Sellers to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1643637.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"jaylin-sellers\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152771\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Dailyn Swain to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1643517.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"dailyn-swain\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152772\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers re-signed guard Chris Manon to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643024.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"chris-manon\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152773\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Chicago Bulls signed forward Caleb Wilson to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612741.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bulls\\\",\\r\\n \\\"PLAYER_ID\\\": 1643410.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"caleb-wilson\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152774\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed guard Peter Suder to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643614.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"peter-suder\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152815\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Los Angeles Lakers signed forward AK Okereke to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612747.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"lakers\\\",\\r\\n \\\"PLAYER_ID\\\": 1643758.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"ak-okereke\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152816\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Phoenix Suns signed guard Pat Spencer to a Two-Way Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612756.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"suns\\\",\\r\\n \\\"PLAYER_ID\\\": 1630311.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"pat-spencer\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Signing 1152817\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Waive\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-03T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Milwaukee Bucks waived forward Pete Nance.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612749.0,\\r\\n \\\"TEAM_SLUG\\\": \\\"bucks\\\",\\r\\n \\\"PLAYER_ID\\\": 1631250.0,\\r\\n \\\"PLAYER_SLUG\\\": \\\"pete-nance\\\",\\r\\n \\\"Additional_Sort\\\": 0.0,\\r\\n \\\"GroupSort\\\": \\\"Waive 1152768\\\"\\r\\n },\\r\\n {\\r\\n \\\"Transaction_Type\\\": \\\"Signing\\\",\\r\\n \\\"TRANSACTION_DATE\\\": \\\"2026-07-02T00:00:00\\\",\\r\\n \\\"TRANSACTION_DESCRIPTION\\\": \\\"Toronto Raptors signed forward Allen Graves to a Rookie Scale Contract.\\\",\\r\\n \\\"TEAM_ID\\\": 1610612761.0,\\r\\n \\\"TEAM\n[...truncated]", "status": "completed", "tool_name": "web_fetch"}
E0011 · turn 1 · tool call · shell · dispatch toolu_01BKFcExwi357pLKQdjSo3uT
{"dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT", "handle": "", "panel_kind": "shell", "parent_dispatch_id": "", "tool_input": {"command": "cd /workspace/.hark/tool-results/468fd326-2a63-4961-8b08-34008ec46439/ && python3 -c \"\nimport json\nd=json.load(open('1a34773d7ccc6ec66c89efa04ba55b561e29d698437a04723c971d1b3601e826.txt'))\ninner=json.loads(d['content'])\nrows=inner['NBA_Player_Movement']['rows']\nsel=[r for r in rows if r['TRANSACTION_DATE']>='2026-08-28']\nprint(len(sel))\nfor r in sorted(sel,key=lambda r:r['TRANSACTION_DATE']):\n print(r['TRANSACTION_DATE'][:10], r['Transaction_Type'], '|', r['TRANSACTION_DESCRIPTION'])\n\""}, "tool_name": "shell"}
E0012 · turn 1 · tool progress · shell · dispatch toolu_01BKFcExwi357pLKQdjSo3uT
{"dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT", "elapsed": null, "error": "", "fields": {"progress": {"message": "", "metadata": {"browser_chain": false, "command": "cd /workspace/.hark/tool-results/468fd326-2a63-4961-8b08-34008ec46439/ && python3 -c \"\nimport json\nd...", "phase": "starting"}}, "status": "running", "updatedAt": 1789170183704}, "result": null, "status": "running", "tool_name": "shell"}
E0013 · turn 1 · tool result · shell · dispatch toolu_01BKFcExwi357pLKQdjSo3uT
{"dispatch_id": "toolu_01BKFcExwi357pLKQdjSo3uT", "elapsed": 0.139112997, "error": "", "result": "31\n2026-08-28 Waive | Cleveland Cavaliers waived forward Cam Whitmore.\n2026-08-28 Waive | Denver Nuggets waived forward Julian Reese.\n2026-08-29 Trade | Minnesota Timberwolves received forward Cody Williams from Utah Jazz.\n2026-08-29 Trade | Minnesota Timberwolves received guard John Konchar from Utah Jazz.\n2026-08-29 Trade | Utah Jazz received guard Josh Green from Minnesota Timberwolves.\n2026-08-29 Waive | Minnesota Timberwolves waived guard John Konchar.\n2026-09-01 Waive | Charlotte Hornets waived forward Josiah Allick.\n2026-09-02 Signing | Cleveland Cavaliers signed center Khalifa Diop to a Contract.\n2026-09-02 Waive | Charlotte Hornets waived forward Trey Townsend.\n2026-09-02 Waive | Utah Jazz waived guard Matthew Murrell.\n2026-09-03 Signing | Houston Rockets re-signed guard Amen Thompson to a Rookie Scale Extension.\n2026-09-03 Signing | Minnesota Timberwolves signed forward Jonathan Kuminga to a Contract.\n2026-09-03 Waive | Charlotte Hornets waived guard Kyle Mangas.\n2026-09-04 Signing | Brooklyn Nets signed forward Grant Nelson to a Two-Way Contract.\n2026-09-04 Waive | Charlotte Hornets waived guard Jarkel Joiner.\n2026-09-07 Signing | Sacramento Kings signed guard Ben Simmons to a Contract.\n2026-09-07 Waive | Charlotte Hornets waived guard Kobe Stewart.\n2026-09-08 Signing | Cleveland Cavaliers re-signed guard James Harden to a Contract.\n2026-09-08 Signing | Denver Nuggets signed guard DeMar DeRozan to a Contract.\n2026-09-08 Trade | New Orleans Pelicans received guard AJ Johnson from Memphis Grizzlies.\n2026-09-08 Trade | New Orleans Pelicans received forward Taj Gibson from Memphis Grizzlies.\n2026-09-08 Trade | Memphis Grizzlies received guard Micah Peavy from New Orleans Pelicans.\n2026-09-08 Trade | Memphis Grizzlies received guard Jordan Hawkins from New Orleans Pelicans.\n2026-09-08 Trade | Memphis Grizzlies received draft consideration from New Orleans Pelicans.\n2026-09-08 Waive | New Orleans Pelicans waived forward Taj Gibson.\n2026-09-09 Waive | Atlanta Hawks waived guard Devon Higgs.\n2026-09-10 Signing | New Orleans Pelicans signed guard Bennedict Mathurin to a Contract.\n2026-09-10 Waive | Atlanta Hawks waived forward Keyshawn Bryant.\n2026-09-11 Waive | Boston Celtics waived forward Hank Morgan.\n2026-09-11 Waive | Atlanta Hawks waived guard Lamont Butler.\n2026-09-11 Waive | Atlanta Hawks waived guard Devin Carter.\n", "status": "completed", "tool_name": "shell"}
E0014 · turn 1 · tool call · send_message · dispatch toolu_01QmxpTtVLzYSDiUJP2i6UeD
{"dispatch_id": "toolu_01QmxpTtVLzYSDiUJP2i6UeD", "handle": "", "panel_kind": "", "parent_dispatch_id": "", "tool_input": {"final": true, "in_response_to": "cb31369b", "message": "That URL 404s, so I pulled NBA.com's official [transactions log](https://www.nba.com/players/transactions). 31 moves logged Aug 28 to Sep 11. Top five by impact:\n\n1. **James Harden re-signed by Cleveland** (Sep 8) - keeps a lead guard on a contender.\n2. **Jonathan Kuminga signs with Minnesota** (Sep 3) - big free agent add, right after Minnesota traded Josh Green to Utah for Cody Williams and John Konchar (Konchar then waived).\n3. **DeMar DeRozan signs with Denver** (Sep 8) - veteran scoring next to Jokic.\n4. **Amen Thompson re-signed by Houston on a rookie scale extension** (Sep 3) - locks up their young core piece.\n5. **Pelicans-Grizzlies trade** (Sep 8) - New Orleans gets AJ Johnson and Taj Gibson (Gibson waived); Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration. New Orleans also signed Bennedict Mathurin on Sep 10.\n\nRest is mostly waivers: Charlotte cut five players, Atlanta four, plus Cam Whitmore waived by Cleveland."}, "tool_name": "send_message"}
E0015 · turn 1 · assistant message
The official transactions log is live. Top five moves from the past two weeks.
E0016 · turn 1 · assistant message
https://www.nba.com/players/transactions
E0017 · turn 1 · assistant message
### Five most consequential moves · NBA transactions | Move | Date | Why it matters | |------|------|---------------| | James Harden re-signs with Cleveland | Sep 8 | Keeps a lead guard on a contender | | Jonathan Kuminga signs with Minnesota | Sep 3 | Big free agent add for a playoff contender | | DeMar DeRozan signs with Denver | Sep 8 | Veteran scoring next to Jokic | | Amen Thompson rookie scale extension with Houston | Sep 3 | Locks up their young core piece | | Pelicans-Grizzlies trade | Sep 8 | New Orleans gets AJ Johnson and Taj Gibson; Memphis gets Micah Peavy, Jordan Hawkins, and draft consideration |