Closed matthias-luger closed 7 months ago
Add the item tag and the price it sold to the /api/auctions/uid/{uid}/sold endpoint
/api/auctions/uid/{uid}/sold
While it works for other items, the auction that was initially requested, only returns 0 as highestBid and null as itemTag.
https://sky.coflnet.com/api/auctions/uid/8f2f5c8a6371/sold
Add the item tag and the price it sold to the
/api/auctions/uid/{uid}/sold
endpoint