/transfermarket
Retrieve transfer market auctions and place bids on players.
Retrieve transfer market auctions sorted by nearest deadline first.
Query params: sortby, sortorder, offset, limit, teamid, priceMin, priceMax, ageMin, ageMax, csrMin, csrMax, nationality, skill[X], skill[X]min, skill[X]max
Headers: x-access-key (optional)
https://blackoutrugby.magicrunez.com/?r=tm&offset=0&limit=10Example response:
{"data":{"status":"Ok","auctions":[{"id":"662309","playerid":"13542097","deadline":"2014-07-16T19:27:00+12:00","teamid":"2051","price":"72420","csr":"88612"}]}}Place a bid on a player currently on the transfer market. autobid requires a premium account.
Headers: x-access-key (required)
Body: playerid (string, required), biddingteamid (string, required), bid (number, required), autobid (boolean)
https://blackoutrugby.magicrunez.com/?r=tm&action=bid&playerid=...&bid=...Example response:
{"data":{"status":"Ok"}}