← All routes

Bid History

/bidhistory

Retrieve the bid history for a player currently on the transfer market.

Endpoints

GET/bidhistory

Retrieve bid history for an auction. Provide either playerid or auctionid.

Query params: playerid (player currently for sale) OR auctionid (from transfer market)

Headers: x-access-key (optional)

Blackout Rugby API call: https://blackoutrugby.magicrunez.com/?r=bh&auctionid=607986

Example response:

{"data":{"status":"Ok","bids":{"2990885":{"id":"2990885","teamid":"8232","bid":"5000","date":"2013-11-13T21:14:20+12:00","auctionid":"607986"}}}}