/api/playerauctions/getRecentAuctionsByUUID/{page}
Retrieve a paginated list of recent auctions from a player.
{ "totalAuctions" : 3, "totalPages" : 1, "currentPage" : 1, "auctions" : [ { "randomSort" : -1, "internalCurrency" : null, "price" : 50000.0, "auctionDate" : 1736121916675, "auctionServer" : "PA_SERVER", "itemAmount" : 1, "uuid" : "5ca251ab-589d-4f04-8f0c-28404d0686b0", "world" : "world", "unlimited" : false, "type" : "AUCTIONED", "currency" : { "integrated" : false, "version" : "1.1.0-pre2", "minPricePurchaseAmount" : -1.0, "minPriceSellAmount" : 1000.0, "maxPriceSellAmount" : 9999999.0, "minPriceBidAmount" : 1000.0, "name" : "Vault Currency", "enabled" : true, "currencyName" : "money", "internalCurrencies" : [ ] }, "id" : 3, "item" : { "type" : "DIAMOND_CHESTPLATE", "meta" : { "enchants" : { "minecraft:mending" : 1, "minecraft:protection" : 5, "minecraft:unbreaking" : 3 } } }, "originalPrice" : 0.0, "auctionCategories" : [ ], "bidder" : null, "bidding" : false, "expireTime" : -1 }, { "randomSort" : -1, "internalCurrency" : null, "price" : 5000.0, "auctionDate" : 1736121853774, "auctionServer" : "PA_SERVER", "itemAmount" : 1, "uuid" : "5ca251ab-589d-4f04-8f0c-28404d0686b0", "world" : "world", "unlimited" : false, "type" : "AUCTIONED", "currency" : { "integrated" : false, "version" : "1.1.0-pre2", "minPricePurchaseAmount" : -1.0, "minPriceSellAmount" : 1000.0, "maxPriceSellAmount" : 9999999.0, "minPriceBidAmount" : 1000.0, "name" : "Vault Currency", "enabled" : true, "currencyName" : "money", "internalCurrencies" : [ ] }, "id" : 2, "item" : { "type" : "DIAMOND_SWORD" }, "originalPrice" : 0.0, "auctionCategories" : [ ], "bidder" : null, "bidding" : false, "expireTime" : -1 }, { "randomSort" : -1, "internalCurrency" : null, "price" : 1000.0, "auctionDate" : 1736121811974, "auctionServer" : "PA_SERVER", "itemAmount" : 64, "uuid" : "5ca251ab-589d-4f04-8f0c-28404d0686b0", "world" : "world", "unlimited" : false, "type" : "AUCTIONED", "currency" : { "integrated" : false, "version" : "1.1.0-pre2", "minPricePurchaseAmount" : -1.0, "minPriceSellAmount" : 1000.0, "maxPriceSellAmount" : 9999999.0, "minPriceBidAmount" : 1000.0, "name" : "Vault Currency", "enabled" : true, "currencyName" : "money", "internalCurrencies" : [ ] }, "id" : 1, "item" : { "type" : "DIRT", "amount" : 64 }, "originalPrice" : 0.0, "auctionCategories" : [ ], "bidder" : null, "bidding" : false, "expireTime" : -1 } ] }
Previous/api/playerauctions/getPlayerAuctionByID/{id}Next/api/playerauctions/getPlayerAuctions/{page}
Last updated