← All routes

Transfer Market Watchlist

/transfermarket/watchlist

Retrieve auctions being watched and players being sold by the authenticated member's team.

Endpoints

GET/transfermarket/watchlist

Retrieve watchlist for the authenticated member. x-access-key is required.

Query params: teamid (optional, if member owns multiple teams)

Headers: x-access-key (required)

Blackout Rugby API call: https://blackoutrugby.magicrunez.com/?r=tmw

Example response:

{"data":{"watching":{"697377":{"auctionid":"697377","playerid":"8341495","deadline":"...","bid":"1010"}},"selling":{"698496":{"playerid":"14046755","price":"1000"}}}}